Skip to content

Commit

Permalink
chore: upgrade go version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Dec 16, 2022
1 parent 6697b1c commit a726108
Show file tree
Hide file tree
Showing 3 changed files with 615 additions and 47 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/zeromicro/go-queue

go 1.15
go 1.16

require (
github.com/beanstalkd/go-beanstalk v0.1.0
github.com/segmentio/kafka-go v0.4.35
github.com/beanstalkd/go-beanstalk v0.2.0
github.com/segmentio/kafka-go v0.4.38
github.com/streadway/amqp v1.0.0
github.com/zeromicro/go-zero v1.4.1
github.com/zeromicro/go-zero v1.4.3
)
Loading

0 comments on commit a726108

Please sign in to comment.