-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (23 loc) · 947 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
26
module github.com/kubesure/party
go 1.20
require (
github.com/golang/protobuf v1.3.2-0.20190517061210-b285ee9cfc6c
github.com/sirupsen/logrus v1.4.2-0.20190403091019-9b3cdde74fbe
go.mongodb.org/mongo-driver v1.0.1-0.20190329170906-ed66b09a7ead
golang.org/x/net v0.9.0
google.golang.org/grpc v1.19.0
)
require (
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/tidwall/pretty v1.1.0 // indirect
github.com/xdg/scram v0.0.1 // indirect
github.com/xdg/stringprep v1.0.1-0.20180714160509-73f8eece6fdc // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20190611190212-a7e196e89fd3 // indirect
)