Skip to content

Commit d3659fc

Browse files
committed
chore: update dependencies to latest versions
- Update `github.com/golang-queue/nats` to v0.1.0 - Update `github.com/golang-queue/nsq` to v0.2.0 - Update `github.com/golang-queue/queue` to v0.1.4-0.20221230133718-0314ef173f98 - Update `github.com/golang-queue/redisdb-stream` to v0.0.4 - Update `github.com/redis/go-redis/v9` to v9.7.0 - Update `github.com/stretchr/testify` to v1.10.0 - Add `github.com/appleboy/com` v0.2.1 as an indirect dependency - Update `github.com/goccy/go-json` to v0.10.4 - Update `github.com/klauspost/compress` to v1.17.11 - Update `github.com/nats-io/nats.go` to v1.38.0 - Update `github.com/nats-io/nkeys` to v0.4.9 - Add `github.com/onsi/ginkgo` v1.16.5 as an indirect dependency - Add `github.com/onsi/gomega` v1.24.1 as an indirect dependency Signed-off-by: appleboy <[email protected]>
1 parent ddd7499 commit d3659fc

File tree

2 files changed

+54
-34
lines changed

2 files changed

+54
-34
lines changed

go.mod

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ require (
1515
github.com/dgraph-io/badger/v4 v4.2.0
1616
github.com/gin-contrib/logger v1.1.0
1717
github.com/gin-gonic/gin v1.10.0
18-
github.com/golang-queue/nats v0.0.8
19-
github.com/golang-queue/nsq v0.1.1
20-
github.com/golang-queue/queue v0.1.3
21-
github.com/golang-queue/redisdb-stream v0.0.3
18+
github.com/golang-queue/nats v0.1.0
19+
github.com/golang-queue/nsq v0.2.0
20+
github.com/golang-queue/queue v0.1.4-0.20221230133718-0314ef173f98
21+
github.com/golang-queue/redisdb-stream v0.0.4
2222
github.com/golang/protobuf v1.5.4
2323
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
2424
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
2525
github.com/json-iterator/go v1.1.12
2626
github.com/mattn/go-isatty v0.0.20
2727
github.com/mitchellh/mapstructure v1.5.0
2828
github.com/prometheus/client_golang v1.19.0
29-
github.com/redis/go-redis/v9 v9.6.1
29+
github.com/redis/go-redis/v9 v9.7.0
3030
github.com/rs/zerolog v1.32.0
3131
github.com/sideshow/apns2 v0.24.0
3232
github.com/sirupsen/logrus v1.9.3
3333
github.com/spf13/viper v1.18.2
34-
github.com/stretchr/testify v1.9.0
34+
github.com/stretchr/testify v1.10.0
3535
github.com/syndtr/goleveldb v1.0.0
3636
github.com/thoas/stats v0.0.0-20190407194641-965cb2de1678
3737
github.com/tidwall/buntdb v1.3.1
@@ -54,6 +54,7 @@ require (
5454
cloud.google.com/go/longrunning v0.5.7 // indirect
5555
cloud.google.com/go/storage v1.41.0 // indirect
5656
github.com/MicahParks/keyfunc v1.9.0 // indirect
57+
github.com/appleboy/com v0.2.1 // indirect
5758
github.com/aws/aws-lambda-go v1.46.0 // indirect
5859
github.com/beorn7/perks v1.0.1 // indirect
5960
github.com/bytedance/sonic v1.11.6 // indirect
@@ -75,8 +76,7 @@ require (
7576
github.com/go-playground/locales v0.14.1 // indirect
7677
github.com/go-playground/universal-translator v0.18.1 // indirect
7778
github.com/go-playground/validator/v10 v10.20.0 // indirect
78-
github.com/go-redis/redis/v9 v9.0.0-rc.2 // indirect
79-
github.com/goccy/go-json v0.10.2 // indirect
79+
github.com/goccy/go-json v0.10.4 // indirect
8080
github.com/gogo/protobuf v1.3.2 // indirect
8181
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
8282
github.com/golang/glog v1.2.2 // indirect
@@ -88,17 +88,19 @@ require (
8888
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
8989
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
9090
github.com/hashicorp/hcl v1.0.0 // indirect
91-
github.com/klauspost/compress v1.17.7 // indirect
91+
github.com/klauspost/compress v1.17.11 // indirect
9292
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
9393
github.com/leodido/go-urn v1.4.0 // indirect
9494
github.com/magiconair/properties v1.8.7 // indirect
9595
github.com/mattn/go-colorable v0.1.13 // indirect
9696
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9797
github.com/modern-go/reflect2 v1.0.2 // indirect
98-
github.com/nats-io/nats.go v1.33.1 // indirect
99-
github.com/nats-io/nkeys v0.4.7 // indirect
98+
github.com/nats-io/nats.go v1.38.0 // indirect
99+
github.com/nats-io/nkeys v0.4.9 // indirect
100100
github.com/nats-io/nuid v1.0.1 // indirect
101101
github.com/nsqio/go-nsq v1.1.0 // indirect
102+
github.com/onsi/ginkgo v1.16.5 // indirect
103+
github.com/onsi/gomega v1.24.1 // indirect
102104
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
103105
github.com/pkg/errors v0.9.1 // indirect
104106
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect

0 commit comments

Comments
 (0)