Commits on Source (3)
-
See merge request !991 Co-authored-by:
Fabian Seidl <fabian.seidl@h-da.de> Co-authored-by:
Neil Schark <neil.schark@h-da.de> Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !992 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !993 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-20240725215332-c4ab50d10475 | ||
github.com/aristanetworks/goarista v0.0.0-20240806160631-2aeaac4f6e93 | ||
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 | ||
... | ... | @@ -77,11 +77,11 @@ require ( |
github.com/xdg-go/stringprep v1.0.4 // indirect | ||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||
golang.org/x/crypto v0.25.0 | ||
golang.org/x/crypto v0.26.0 | ||
golang.org/x/net v0.27.0 | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/term v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/sys v0.23.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 | ||
) | ||
... | ... |