-
- Downloads
WIP
parent
4287ce15
Branches
Tags
Showing
- gnmiserver/server.go 1 addition, 1 deletiongnmiserver/server.go
- gnmitarget/target.go 6 additions, 1 deletiongnmitarget/target.go
- go.mod 7 additions, 4 deletionsgo.mod
- go.sum 0 additions, 167 deletionsgo.sum
- modeldata/gnmitargetygot/gen.go 6 additions, 0 deletionsmodeldata/gnmitargetygot/gen.go
- os_clients/ubuntu/ubuntu.go 1 addition, 5 deletionsos_clients/ubuntu/ubuntu.go
... | ... | @@ -5,7 +5,8 @@ go 1.17 |
replace code.fbi.h-da.de/danet/gnmi-target/ => ./ | ||
require ( | ||
github.com/mlsgit/gnxi v0.0.0-20201217100933-1b3166d5674f | ||
github.com/golang/glog v1.0.0 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/openconfig/gnmi v0.0.0-20210914185457-51254b657b7d | ||
github.com/openconfig/goyang v0.3.1 | ||
github.com/openconfig/ygot v0.12.5 | ||
... | ... | @@ -18,16 +19,17 @@ require ( |
require ( | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/golang/glog v1.0.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/gnxi v0.0.0-20211020090301-00d2fef64b28 // indirect | ||
github.com/google/go-cmp v0.5.5 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/magiconair/properties v1.8.5 // indirect | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/pelletier/go-toml v1.9.3 // indirect | ||
github.com/smartystreets/assertions v1.2.0 // indirect | ||
github.com/spf13/afero v1.6.0 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
... | ... | @@ -37,6 +39,7 @@ require ( |
golang.org/x/text v0.3.6 // indirect | ||
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect | ||
google.golang.org/protobuf v1.26.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
This diff is collapsed.
modeldata/gnmitargetygot/gen.go
0 → 100644
Please register or sign in to comment