forked from sonic-net/sonic-mgmt-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
37 lines (34 loc) · 1.51 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
35
36
37
module github.com/Azure/sonic-mgmt-common
require (
github.com/Workiva/go-datastructures v1.0.50
github.com/antchfx/jsonquery v1.1.4
github.com/antchfx/xmlquery v1.3.1
github.com/antchfx/xpath v1.1.10
github.com/go-redis/redis/v7 v7.0.0-beta.3.0.20190824101152-d19aba07b476
github.com/godbus/dbus/v5 v5.1.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-cmp v0.4.0
github.com/kylelemons/godebug v1.1.0
github.com/maruel/natural v1.1.1
github.com/openconfig/gnmi v0.0.0-20200617225440-d2b4e6a45802
github.com/openconfig/goyang v0.0.0-20200309174518-a00bece872fc
github.com/openconfig/ygot v0.7.1
github.com/philopon/go-toposort v0.0.0-20170620085441-9be86dbd762f
github.com/pkg/profile v1.7.0
golang.org/x/text v0.3.3
google.golang.org/grpc v1.28.0
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
)
require (
github.com/felixge/fgprof v0.9.3 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0 // indirect
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
google.golang.org/genproto v0.0.0-20200319113533-08878b785e9c // indirect
google.golang.org/protobuf v1.21.0 // indirect
)
go 1.19