-
- Downloads
go mod tidy
parent
07b4fbd9
No related branches found
No related tags found
Pipeline #76421 failed
Stage: .pre
Stage: test
Stage: build
Stage: apply
Stage: integration-test
Stage: .post
... | ... | @@ -4,7 +4,7 @@ go 1.16 |
require ( | ||
code.fbi.h-da.de/cocsn/api v0.2.1 | ||
code.fbi.h-da.de/cocsn/gosdn/interfaces develop | ||
code.fbi.h-da.de/cocsn/gosdn/interfaces v0.0.0-20210618112738-07b4fbd92ad8 | ||
code.fbi.h-da.de/cocsn/yang-models v0.0.7 | ||
github.com/aristanetworks/goarista v0.0.0-20201120222254-94a892eb0c6a | ||
github.com/docker/docker v20.10.6+incompatible | ||
... | ... | @@ -19,8 +19,8 @@ require ( |
github.com/spf13/cobra v1.1.3 | ||
github.com/spf13/viper v1.7.1 | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 | ||
google.golang.org/grpc v1.37.0 | ||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e | ||
google.golang.org/grpc v1.38.0 | ||
google.golang.org/protobuf v1.26.0 | ||
k8s.io/api v0.21.0 | ||
k8s.io/apimachinery v0.21.0 | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment