Commits on Source (4)
-
Fabian Seidl authored
See merge request !892
-
See merge request !888 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !890 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !893 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-20240514173732-cca2755bbd44 | ||
github.com/aristanetworks/goarista v0.0.0-20240522193158-389fb921f90a | ||
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 | ||
... | ... | @@ -32,7 +32,7 @@ require ( |
require ( | ||
github.com/Microsoft/go-winio v0.5.1 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/containerd/containerd v1.6.1 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
... | ... | @@ -63,8 +63,8 @@ require ( |
github.com/pkg/errors v0.9.1 // indirect | ||
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.6.0 // indirect | ||
github.com/prometheus/common v0.50.0 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.52.2 // indirect | ||
github.com/prometheus/procfs v0.13.0 // indirect | ||
github.com/rabbitmq/amqp091-go v1.10.0 | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
... | ... | @@ -90,7 +90,7 @@ require ( |
github.com/bufbuild/protovalidate-go v0.6.2 | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-plugin v1.4.10 | ||
github.com/lesismal/nbio v1.5.8 | ||
github.com/lesismal/nbio v1.5.9 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 | ||
) | ||
... | ... | @@ -117,6 +117,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-20240325151524-a685a6edb6d8 // indirect | ||
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect | ||
) |