forked from vesoft-inc/nebula-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 779 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
module github.com/vesoft-inc/nebula-agent/v3
go 1.16
require (
github.com/golang/protobuf v1.5.2
github.com/sirupsen/logrus v1.8.1
google.golang.org/grpc v1.41.0
)
require (
github.com/aws/aws-sdk-go v1.42.22
github.com/facebook/fbthrift v0.31.1-0.20211129061412-801ed7f9f295
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/google/uuid v1.3.0
github.com/juju/ratelimit v1.0.1
github.com/kr/pretty v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/vesoft-inc/nebula-go/v3 v3.4.0
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)