-
- Downloads
go mod tidy
... | ... | @@ -3,8 +3,18 @@ module code.fbi.h-da.de/danet/yang-models |
go 1.15 | ||
require ( | ||
github.com/golang/protobuf v1.4.2 | ||
github.com/openconfig/goyang v0.2.2 | ||
github.com/openconfig/ygot v0.10.0 | ||
google.golang.org/protobuf v1.23.0 | ||
github.com/YangModels/yang v0.0.0-20210623190019-3af23949e11a // indirect | ||
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/google/go-cmp v0.5.6 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/openconfig/gnmi v0.0.0-20210707145734-c69a5df04b53 // indirect | ||
github.com/openconfig/goyang v0.2.7 | ||
github.com/openconfig/public v0.0.0-20210617063307-ed650bd969af // indirect | ||
github.com/openconfig/ygot v0.11.2 | ||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect | ||
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect | ||
google.golang.org/genproto v0.0.0-20210708141623-e76da96a951f // indirect | ||
google.golang.org/grpc v1.39.0 // indirect | ||
google.golang.org/protobuf v1.27.1 | ||
) |
Please register or sign in to comment