Skip to content

Commit

Permalink
chore: update dependencies and improve test configurations
Browse files Browse the repository at this point in the history
- Update `github.com/golang-queue/redisdb-stream` dependency from version `v0.0.4` to `v0.1.0`

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Jan 5, 2025
1 parent b95ea88 commit fdd3e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
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-queue/redisdb-stream v0.1.0
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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ github.com/golang-queue/nsq v0.2.0 h1:l/QvA/PNWLE+ARpCTDgHjlXoxqqc/1z6F+Qj4y8+sM
github.com/golang-queue/nsq v0.2.0/go.mod h1:mPORoiVbH63NnyrAtFlX3+peHbtb3oJm2LAnd5+9BKA=
github.com/golang-queue/queue v0.1.4-0.20221230133718-0314ef173f98 h1:T2DoUcMWZr6uSUQAr5wCEzOiwHB1zJOiATAZ4BUAefg=
github.com/golang-queue/queue v0.1.4-0.20221230133718-0314ef173f98/go.mod h1:8P7IgwdxwKh0/W1I9yCuQQGI8OHIuc7fIHi4OYr1COU=
github.com/golang-queue/redisdb-stream v0.0.4 h1:7qdCqqdEUETxzq5DuWa/z02x2sW6DJhDd0NNeCR/vqU=
github.com/golang-queue/redisdb-stream v0.0.4/go.mod h1:fNrufkoQlUbTF7DBwba6rUtCs380QjFUG1eVeQCazsU=
github.com/golang-queue/redisdb-stream v0.1.0 h1:Qu+okTgPFOhN64WQDH+2+DeQp9LUQMGql6TLy6mM0q4=
github.com/golang-queue/redisdb-stream v0.1.0/go.mod h1:fNrufkoQlUbTF7DBwba6rUtCs380QjFUG1eVeQCazsU=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/glog v1.2.2 h1:1+mZ9upx1Dh6FmUTFR1naJ77miKiXgALjWOZ3NVFPmY=
github.com/golang/glog v1.2.2/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w=
Expand Down

0 comments on commit fdd3e8b

Please sign in to comment.