Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ 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/antchfx/jsonquery v1.3.7
github.com/antchfx/xmlquery v1.5.1
github.com/antchfx/xpath v1.3.6
github.com/go-redis/redis/v7 v7.4.1
github.com/godbus/dbus/v5 v5.1.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/glog v1.2.5
github.com/google/go-cmp v0.7.0
github.com/kylelemons/godebug v1.1.0
github.com/maruel/natural v1.1.1
Expand All @@ -17,24 +17,24 @@ require (
github.com/philopon/go-toposort v0.0.0-20170620085441-9be86dbd762f
github.com/pkg/profile v1.7.0
github.com/redis/go-redis/v9 v9.6.1
golang.org/x/text v0.3.3
google.golang.org/grpc v1.28.0
golang.org/x/text v0.39.0
google.golang.org/grpc v1.82.1
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
)

require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
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/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // 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
golang.org/x/net v0.53.0 // indirect
golang.org/x/sys v0.43.0 // indirect
google.golang.org/genproto v0.0.0-20200319113533-08878b785e9c // indirect
google.golang.org/protobuf v1.21.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)

go 1.24.4
go 1.25.0
Loading
Loading