Commits on Source (2)
-
See merge request !750 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !747 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
... | ... | @@ -3,7 +3,7 @@ module code.fbi.h-da.de/danet/gosdn |
go 1.22 | ||
require ( | ||
github.com/aristanetworks/goarista v0.0.0-20240205212632-469910f40f00 | ||
github.com/aristanetworks/goarista v0.0.0-20240213180907-919212b6ca63 | ||
github.com/c-bata/go-prompt v0.2.6 | ||
github.com/docker/docker v24.0.8+incompatible | ||
github.com/google/go-cmp v0.6.0 | ||
... | ... | @@ -25,7 +25,7 @@ require ( |
go.mongodb.org/mongo-driver v1.13.1 | ||
golang.org/x/sync v0.6.0 | ||
google.golang.org/genproto v0.0.0-20240125205218-1f4bbc51befe // indirect | ||
google.golang.org/grpc v1.61.0 | ||
google.golang.org/grpc v1.61.1 | ||
google.golang.org/protobuf v1.32.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... | @@ -48,7 +48,7 @@ require ( |
github.com/gookit/color v1.5.4 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/klauspost/compress v1.17.3 // indirect | ||
github.com/klauspost/compress v1.17.5 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
... | ... | @@ -65,7 +65,7 @@ require ( |
github.com/pkg/term v1.2.0-beta.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.45.0 // indirect | ||
github.com/prometheus/common v0.46.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/rabbitmq/amqp091-go v1.9.0 | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
... | ... | @@ -119,6 +119,6 @@ require ( |
github.com/stoewer/go-strcase v1.3.0 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | ||
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect | ||
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect | ||
) |