-
- Downloads
Merge branch 'master' into renovate/google.golang.org-grpc-1.x
No related branches found
No related tags found
Pipeline #188640 passed
Stage: build
Stage: build-testing
Stage: test
Stage: analyze
Stage: test-legacy
... | ... | @@ -3,7 +3,7 @@ module code.fbi.h-da.de/danet/gosdn |
go 1.22 | ||
require ( | ||
github.com/aristanetworks/goarista v0.0.0-20240307142436-5ccdcd6ef354 | ||
github.com/aristanetworks/goarista v0.0.0-20240405142058-a8d7af0ad878 | ||
github.com/c-bata/go-prompt v0.2.6 | ||
github.com/docker/docker v24.0.9+incompatible | ||
github.com/google/go-cmp v0.6.0 | ||
... | ... | @@ -23,8 +23,7 @@ require ( |
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/stretchr/testify v1.9.0 | ||
go.mongodb.org/mongo-driver v1.14.0 | ||
golang.org/x/sync v0.6.0 | ||
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect | ||
golang.org/x/sync v0.7.0 | ||
google.golang.org/grpc v1.63.0 | ||
google.golang.org/protobuf v1.33.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
... | ... | @@ -78,10 +77,10 @@ require ( |
github.com/xdg-go/stringprep v1.0.4 // indirect | ||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||
golang.org/x/crypto v0.21.0 | ||
golang.org/x/net v0.23.0 | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/term v0.18.0 // indirect | ||
golang.org/x/crypto v0.22.0 | ||
golang.org/x/net v0.24.0 | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/term v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
) | ||
... | ... | @@ -108,7 +107,6 @@ require ( |
github.com/hashicorp/yamux v0.1.1 // indirect | ||
github.com/lesismal/llib v1.1.12 // indirect | ||
github.com/lithammer/fuzzysearch v1.1.8 // indirect | ||
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/moby/patternmatcher v0.5.0 // indirect | ||
github.com/moby/sys/sequential v0.5.0 // indirect | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment