-
Manuel Kieweg authoredManuel Kieweg authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Go Modules.
Learn more
go.mod 436 B
module code.fbi.h-da.de/danet/gnmi-demo
go 1.16
require (
code.fbi.h-da.de/cocsn/gosdn latest
github.com/gogo/protobuf v1.2.1
github.com/google/uuid v1.1.2
github.com/mitchellh/go-homedir v1.1.0
github.com/openconfig/gnmi v0.0.0-20200617225440-d2b4e6a45802
github.com/openconfig/goyang v0.2.3
github.com/openconfig/ygot v0.10.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
)