forked from sonic-net/sonic-mgmt-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 840 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 v6.15.6+incompatible
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/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
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/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3 // indirect
github.com/philopon/go-toposort v0.0.0-20170620085441-9be86dbd762f
golang.org/x/text v0.3.0
)
go 1.13