-
- Downloads
[renovate] Update github.com/aristanetworks/goarista digest to 1f88a86
See merge request !1151 Co-authored-by:Renovate Bot <renovate@danet.fbi.h-da.de>
parent
2d6e31d4
No related branches found
No related tags found
Pipeline #248496 failed
Stage: tools
Stage: build
Stage: build-testing
Stage: test
Stage: analyze
Stage: test-legacy
Stage: deploy
... | ... | @@ -3,7 +3,7 @@ module code.fbi.h-da.de/danet/gosdn |
go 1.23 | ||
require ( | ||
github.com/aristanetworks/goarista v0.0.0-20250108214730-362a04c9d029 | ||
github.com/aristanetworks/goarista v0.0.0-20250108234106-1f88a86e2265 | ||
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 | ||
... | ... | @@ -47,7 +47,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.9 // indirect | ||
github.com/klauspost/compress v1.17.11 // 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 | ||
... | ... | @@ -64,7 +64,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.6.1 // indirect | ||
github.com/prometheus/common v0.57.0 // indirect | ||
github.com/prometheus/common v0.61.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 | ||
... | ... | @@ -78,7 +78,7 @@ require ( |
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect | ||
golang.org/x/crypto v0.32.0 | ||
golang.org/x/net v0.33.0 | ||
golang.org/x/net v0.34.0 | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/term v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
... | ... | @@ -123,6 +123,6 @@ require ( |
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | ||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect | ||
gotest.tools/v3 v3.5.1 // indirect | ||
) |
Please register or sign in to comment