We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b88d8 commit b3fad19Copy full SHA for b3fad19
go.mod
@@ -1,20 +1,20 @@
1
module github.com/bxcodec/goqueue
2
3
-go 1.20
+go 1.22
4
5
require (
6
github.com/google/uuid v1.6.0
7
github.com/rabbitmq/amqp091-go v1.9.0
8
github.com/sirupsen/logrus v1.9.3
9
github.com/stretchr/testify v1.8.0
10
+ go.uber.org/multierr v1.11.0
11
golang.org/x/sync v0.7.0
12
)
13
14
15
github.com/davecgh/go-spew v1.1.1 // indirect
16
github.com/pmezard/go-difflib v1.0.0 // indirect
17
github.com/stretchr/objx v0.4.0 // indirect
- go.uber.org/multierr v1.11.0 // indirect
18
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
19
gopkg.in/yaml.v3 v3.0.1 // indirect
20
0 commit comments