-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.09 KB
/
go.mod
File metadata and controls
32 lines (29 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/matrixbotio/rmqworker-lib
go 1.21
require (
github.com/beefsack/go-rate v0.0.0-20220214233405-116f4ca011a0
github.com/google/uuid v1.3.0
github.com/json-iterator/go v1.1.12
github.com/matrixbotio/constants-lib v1.0.88
github.com/matrixbotio/go-common-lib v1.9.3
github.com/sagleft/darkrmq v0.9.1
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.8.0
go.uber.org/zap v1.22.0
)
require (
github.com/benbjohnson/clock v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/jaevor/go-nanoid v1.4.0 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)