-
- Downloads
[renovate] Update github.com/aristanetworks/goarista digest to 5ccdcd6
See merge request !801 Co-authored-by:Renovate Bot <renovate@danet.fbi.h-da.de>
parent
753347b5
No related branches found
No related tags found
Pipeline #187364 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 | ... | @@ -3,7 +3,7 @@ module code.fbi.h-da.de/danet/gosdn |
go 1.22 | go 1.22 | ||
require ( | require ( | ||
github.com/aristanetworks/goarista v0.0.0-20240213180907-919212b6ca63 | github.com/aristanetworks/goarista v0.0.0-20240307142436-5ccdcd6ef354 | ||
github.com/c-bata/go-prompt v0.2.6 | github.com/c-bata/go-prompt v0.2.6 | ||
github.com/docker/docker v24.0.9+incompatible | github.com/docker/docker v24.0.9+incompatible | ||
github.com/google/go-cmp v0.6.0 | github.com/google/go-cmp v0.6.0 | ||
... | @@ -48,7 +48,7 @@ require ( | ... | @@ -48,7 +48,7 @@ require ( |
github.com/gookit/color v1.5.4 // indirect | github.com/gookit/color v1.5.4 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/klauspost/compress v1.17.5 // indirect | github.com/klauspost/compress v1.17.7 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | github.com/mattn/go-colorable v0.1.13 // indirect | ||
... | @@ -64,9 +64,9 @@ require ( | ... | @@ -64,9 +64,9 @@ require ( |
github.com/pkg/errors v0.9.1 // indirect | github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pkg/term v1.2.0-beta.2 // 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/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | github.com/prometheus/client_model v0.6.0 // indirect | ||
github.com/prometheus/common v0.48.0 // indirect | github.com/prometheus/common v0.50.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | github.com/prometheus/procfs v0.13.0 // indirect | ||
github.com/rabbitmq/amqp091-go v1.9.0 | github.com/rabbitmq/amqp091-go v1.9.0 | ||
github.com/rivo/uniseg v0.4.4 // indirect | github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/sethvargo/go-retry v0.2.4 | github.com/sethvargo/go-retry v0.2.4 | ||
... | @@ -119,6 +119,6 @@ require ( | ... | @@ -119,6 +119,6 @@ require ( |
github.com/stoewer/go-strcase v1.3.0 // indirect | github.com/stoewer/go-strcase v1.3.0 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | go.uber.org/multierr v1.9.0 // indirect | ||
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect | golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect | google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect | ||
) | ) |
Please register or sign in to comment