Commits on Source (3)
-
See merge request !1185 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !1186 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !1188 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
module code.fbi.h-da.de/danet/gosdn | ||
go 1.23 | ||
go 1.23.4 | ||
toolchain go1.23.6 | ||
require ( | ||
github.com/aristanetworks/goarista v0.0.0-20250108234106-1f88a86e2265 | ||
... | ... | @@ -10,7 +12,7 @@ require ( |
github.com/google/uuid v1.6.0 | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/openconfig/gnmi v0.12.0 | ||
github.com/openconfig/gnmi v0.13.0 | ||
github.com/openconfig/goyang v1.6.0 | ||
github.com/openconfig/ygot v0.29.20 | ||
github.com/prometheus/client_golang v1.20.5 | ||
... | ... | @@ -18,7 +20,7 @@ require ( |
github.com/sethvargo/go-password v0.3.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/pflag v1.0.6 | ||
github.com/spf13/viper v1.19.0 | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/stretchr/testify v1.10.0 | ||
... | ... |