-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (30 loc) · 1008 Bytes
/
go.mod
File metadata and controls
34 lines (30 loc) · 1008 Bytes
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
33
34
module github.com/matrixbotio/go-common-lib
go 1.21
require (
github.com/elastic/go-elasticsearch/v7 v7.13.1
github.com/getsentry/sentry-go v0.31.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/matoous/go-nanoid v1.5.1
github.com/matrixbotio/constants-lib v1.0.87
github.com/stretchr/testify v1.8.2
go.uber.org/zap v1.22.0
google.golang.org/grpc v1.56.3
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
gorm.io/gorm v1.24.1
)