File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11module github.com/golang-queue/nsq
22
3- go 1.16
3+ go 1.18
44
55require (
66 github.com/golang-queue/queue v0.0.13-0.20220330060848-d1a0d31ce747
77 github.com/nsqio/go-nsq v1.1.0
88 github.com/stretchr/testify v1.7.0
99 go.uber.org/goleak v1.1.12
1010)
11+
12+ require (
13+ github.com/davecgh/go-spew v1.1.0 // indirect
14+ github.com/golang/snappy v0.0.1 // indirect
15+ github.com/pmezard/go-difflib v1.0.0 // indirect
16+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
17+ )
Original file line number Diff line number Diff line change 11github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
22github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3- github.com/golang-queue/queue v0.0.11 h1:qaE7rOYUh+11NcO6U9zZ7NazglIwEp0j7Dn0sSoavcI =
4- github.com/golang-queue/queue v0.0.11 /go.mod h1:ku8iyjYffqYY6Duts+xl+QYfN3/KDK4MEvXMZUkHyio =
5- github.com/golang-queue/queue v0.0.12-0.20220122071422-2c41650f045a h1:olgbdu53u5A6Babr1w+CUO19UdZASYPPqqIBfdFWrWE =
6- github.com/golang-queue/queue v0.0.12-0.20220122071422-2c41650f045a /go.mod h1:ku8iyjYffqYY6Duts+xl+QYfN3/KDK4MEvXMZUkHyio =
73github.com/golang-queue/queue v0.0.13-0.20220330060848-d1a0d31ce747 h1:uNTbCoWORAcna89KcKgP22WFGv5fsij05e70DCnLrUU =
84github.com/golang-queue/queue v0.0.13-0.20220330060848-d1a0d31ce747 /go.mod h1:ku8iyjYffqYY6Duts+xl+QYfN3/KDK4MEvXMZUkHyio =
95github.com/golang/snappy v0.0.1 h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4 =
You can’t perform that action at this time.
0 commit comments