Commits on Source (2)
-
See merge request !1018 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
Neil-Jocelyn Schark authored
See merge request !1027
... | ... | @@ -3,7 +3,7 @@ module code.fbi.h-da.de/danet/gosdn |
go 1.22 | ||
require ( | ||
github.com/aristanetworks/goarista v0.0.0-20240812124644-bc05dee454e5 | ||
github.com/aristanetworks/goarista v0.0.0-20240903103537-5c43403566da | ||
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 | ||
... | ... | @@ -58,13 +58,13 @@ require ( |
github.com/montanaflynn/stats v0.7.1 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/opencontainers/runc v1.1.12 // indirect | ||
github.com/opencontainers/runc v1.1.14 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||
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.1 // indirect | ||
github.com/prometheus/common v0.55.0 // indirect | ||
github.com/prometheus/common v0.57.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/rabbitmq/amqp091-go v1.10.0 | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
... | ... | @@ -79,7 +79,7 @@ require ( |
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||
golang.org/x/crypto v0.26.0 | ||
golang.org/x/net v0.28.0 | ||
golang.org/x/sys v0.23.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/term v0.23.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
... | ... |
This diff is collapsed.