-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
25 lines (22 loc) · 885 Bytes
/
go.mod
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
module github.com/dtm-labs/quick-start-sample
go 1.16
// replace github.com/dtm-labs/client => ../client
require (
github.com/dtm-labs/client v1.17.3
github.com/dtm-labs/logger v0.0.2 // indirect
github.com/gin-gonic/gin v1.8.1
github.com/klauspost/compress v1.16.5 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.11.6 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/sync v0.2.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
)