Skip to content

Commit

Permalink
chore: update dependencies to latest versions
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
appleboy committed Jan 4, 2025
1 parent ddd7499 commit d3659fc
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 34 deletions.
24 changes: 13 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ require (
github.com/dgraph-io/badger/v4 v4.2.0
github.com/gin-contrib/logger v1.1.0
github.com/gin-gonic/gin v1.10.0
github.com/golang-queue/nats v0.0.8
github.com/golang-queue/nsq v0.1.1
github.com/golang-queue/queue v0.1.3
github.com/golang-queue/redisdb-stream v0.0.3
github.com/golang-queue/nats v0.1.0
github.com/golang-queue/nsq v0.2.0
github.com/golang-queue/queue v0.1.4-0.20221230133718-0314ef173f98
github.com/golang-queue/redisdb-stream v0.0.4
github.com/golang/protobuf v1.5.4
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/json-iterator/go v1.1.12
github.com/mattn/go-isatty v0.0.20
github.com/mitchellh/mapstructure v1.5.0
github.com/prometheus/client_golang v1.19.0
github.com/redis/go-redis/v9 v9.6.1
github.com/redis/go-redis/v9 v9.7.0
github.com/rs/zerolog v1.32.0
github.com/sideshow/apns2 v0.24.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
github.com/syndtr/goleveldb v1.0.0
github.com/thoas/stats v0.0.0-20190407194641-965cb2de1678
github.com/tidwall/buntdb v1.3.1
Expand All @@ -54,6 +54,7 @@ require (
cloud.google.com/go/longrunning v0.5.7 // indirect
cloud.google.com/go/storage v1.41.0 // indirect
github.com/MicahParks/keyfunc v1.9.0 // indirect
github.com/appleboy/com v0.2.1 // indirect
github.com/aws/aws-lambda-go v1.46.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bytedance/sonic v1.11.6 // indirect
Expand All @@ -75,8 +76,7 @@ require (
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.20.0 // indirect
github.com/go-redis/redis/v9 v9.0.0-rc.2 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/goccy/go-json v0.10.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
github.com/golang/glog v1.2.2 // indirect
Expand All @@ -88,17 +88,19 @@ require (
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nats-io/nats.go v1.33.1 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nats.go v1.38.0 // indirect
github.com/nats-io/nkeys v0.4.9 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/nsqio/go-nsq v1.1.0 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.24.1 // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
Expand Down
Loading

0 comments on commit d3659fc

Please sign in to comment.