Commits on Source (4)
-
See merge request !919 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !920 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !922 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !923 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-20240607234826-d1fc144831de | ||
github.com/aristanetworks/goarista v0.0.0-20240608002320-7fba55eb78dd | ||
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 | ||
... | ... | @@ -91,7 +91,7 @@ require ( |
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-plugin v1.4.10 | ||
github.com/lesismal/nbio v1.5.9 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240610135401-a8a62080eff3 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 | ||
) | ||
require ( | ||
... | ... | @@ -121,6 +121,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-20240531132922-fd00a4e0eefc // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 // indirect | ||
gotest.tools/v3 v3.5.1 // indirect | ||
) |