-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
34 lines (31 loc) · 1.06 KB
/
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
27
28
29
30
31
32
33
34
module github.com/aristanetworks/cloudvision-go
go 1.19
require (
github.com/aristanetworks/fsnotify v1.4.6
github.com/aristanetworks/glog v0.0.0-20220413230315-4bbe49d210b0
github.com/aristanetworks/goarista v0.0.0-20221223192338-9220b5f2fcde
github.com/fatih/color v1.13.0
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.6.0
github.com/gosnmp/gosnmp v1.35.0
github.com/openconfig/gnmi v0.0.0-20220920173703-480bf53a74d2
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
golang.org/x/sync v0.1.0
golang.org/x/time v0.2.0
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v2 v2.4.0
modernc.org/golex v1.0.2
)
require (
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/tools v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20221130183247-a2ec334bae6f // indirect
)