File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/appleboy/graceful v0.0.4
77 github.com/golang-queue/nsq v0.0.0-00010101000000-000000000000
8- github.com/golang-queue/queue v0.0.13-0.20220420024737-03d90b78b732
8+ github.com/golang-queue/queue v0.1.0
99)
1010
1111require (
Original file line number Diff line number Diff line change 11github.com/appleboy/graceful v0.0.4 h1:Q4LCeq4DFy59qiACLtuH+mSqDERtUzwkQbCWpRaWwvQ =
22github.com/appleboy/graceful v0.0.4 /go.mod h1:Q2mVx0t+N0lCDZc5MJudbcpTm6cgGM/J2gZCZIqD9dc =
33github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
4- github.com/golang-queue/queue v0.0.13-0.20220408035349-ed24fa14aa00 h1:EFiINOvAuGgxiE3MNu7PKY0O2Pvvc7r6YApdqAnhWnQ =
5- github.com/golang-queue/queue v0.0.13-0.20220408035349-ed24fa14aa00 /go.mod h1:g1yxxDl8JMo4gUfxt11fjjU3SXU1ah61EvwshmDoSIs =
6- github.com/golang-queue/queue v0.0.13-0.20220420024737-03d90b78b732 h1:Wqs2Dsl+jUCcGSniLP5o1lmDcGrRvujRCTyqFwHDrvw =
7- github.com/golang-queue/queue v0.0.13-0.20220420024737-03d90b78b732 /go.mod h1:g1yxxDl8JMo4gUfxt11fjjU3SXU1ah61EvwshmDoSIs =
4+ github.com/golang-queue/queue v0.1.0 h1:SVzDMgqjjb09tRkYCjeDHU5FyErFLR6lt0qbcw40Nx4 =
5+ github.com/golang-queue/queue v0.1.0 /go.mod h1:g1yxxDl8JMo4gUfxt11fjjU3SXU1ah61EvwshmDoSIs =
86github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc =
97github.com/golang/snappy v0.0.1 h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4 =
108github.com/golang/snappy v0.0.1 /go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module example
22
33go 1.18
44
5- require github.com/golang-queue/queue v0.0.13-0.20220408035349-ed24fa14aa00
5+ require github.com/golang-queue/queue v0.1.0
66
77require (
88 github.com/golang-queue/nsq v0.0.0-00010101000000-000000000000
Original file line number Diff line number Diff line change 11github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
2- github.com/golang-queue/queue v0.0.13-0.20220408035349-ed24fa14aa00 h1:EFiINOvAuGgxiE3MNu7PKY0O2Pvvc7r6YApdqAnhWnQ =
3- github.com/golang-queue/queue v0.0.13-0.20220408035349-ed24fa14aa00 /go.mod h1:g1yxxDl8JMo4gUfxt11fjjU3SXU1ah61EvwshmDoSIs =
2+ github.com/golang-queue/queue v0.1.0 h1:SVzDMgqjjb09tRkYCjeDHU5FyErFLR6lt0qbcw40Nx4 =
3+ github.com/golang-queue/queue v0.1.0 /go.mod h1:g1yxxDl8JMo4gUfxt11fjjU3SXU1ah61EvwshmDoSIs =
44github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc =
55github.com/golang/snappy v0.0.1 h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4 =
66github.com/golang/snappy v0.0.1 /go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q =
You can’t perform that action at this time.
0 commit comments