-
- Downloads
[renovate] Update github.com/aristanetworks/goarista digest to 919212b
See merge request !747 Co-authored-by:Renovate Bot <renovate@danet.fbi.h-da.de>
parent
1d83131c
No related branches found
No related tags found
Pipeline #183961 passed
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-20240205212632-469910f40f00 | github.com/aristanetworks/goarista v0.0.0-20240213180907-919212b6ca63 | ||
github.com/c-bata/go-prompt v0.2.6 | github.com/c-bata/go-prompt v0.2.6 | ||
github.com/docker/docker v24.0.8+incompatible | github.com/docker/docker v24.0.8+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.3 // indirect | github.com/klauspost/compress v1.17.5 // 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 | ||
... | @@ -65,7 +65,7 @@ require ( | ... | @@ -65,7 +65,7 @@ require ( |
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.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/prometheus/procfs v0.12.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 | ||
... | @@ -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-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 | google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect | ||
) | ) |
Please register or sign in to comment