Skip to content

Commit

Permalink
go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Mar 1, 2019
1 parent f71a6a0 commit 8ba8e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
github.com/judwhite/go-svc v1.0.0
github.com/julienschmidt/httprouter v1.2.0
github.com/mreiferson/go-options v0.0.0-20190301012847-67b00c0dafd9
github.com/mreiferson/go-options v0.0.0-20190301071811-fa69bf0be2eb
github.com/nsqio/go-diskqueue v0.0.0-20180306152900-74cfbc9de839
github.com/nsqio/go-nsq v1.0.7
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ github.com/mreiferson/go-options v0.0.0-20161229190002-77551d20752b h1:xjKomx939
github.com/mreiferson/go-options v0.0.0-20161229190002-77551d20752b/go.mod h1:A0JOgZNsj9V+npbgxH0Ib75PvrHS6Ezri/4HdcTp/DI=
github.com/mreiferson/go-options v0.0.0-20190301012847-67b00c0dafd9 h1:njVVAxJ2ESOfLyfxeJLf5KYM9PKjCZSYnjZYIiJzgxs=
github.com/mreiferson/go-options v0.0.0-20190301012847-67b00c0dafd9/go.mod h1:hOPgBsC5f8gE1vpJx7AJbbZVUsftJSYtgCmZbCo7Xa4=
github.com/mreiferson/go-options v0.0.0-20190301071811-fa69bf0be2eb h1:f02kJBFtqb42PHqQuWmx6O+RxIwlLf3pU77+LxUObKE=
github.com/mreiferson/go-options v0.0.0-20190301071811-fa69bf0be2eb/go.mod h1:zHtCks/HQvOt8ATyfwVe3JJq2PPuImzXINPRTC03+9w=
github.com/nsqio/go-diskqueue v0.0.0-20180306152900-74cfbc9de839 h1:nZ0z0haJRzCXAWH9Jl+BUnfD2n2MCSbGRSl8VBX+zR0=
github.com/nsqio/go-diskqueue v0.0.0-20180306152900-74cfbc9de839/go.mod h1:AYinRDfdKMmVKTPI8wOcLgjcw2pTS3jo8fib1VxOzsE=
github.com/nsqio/go-nsq v1.0.7 h1:O0pIZJYTf+x7cZBA0UMY8WxFG79lYTURmWzAAh48ljY=
Expand Down

0 comments on commit 8ba8e4f

Please sign in to comment.