Commits on Source (2)
-
See merge request !1149 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !1150 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.23 | ||
require ( | ||
github.com/aristanetworks/goarista v0.0.0-20241115153057-bd75d7f26a44 | ||
github.com/aristanetworks/goarista v0.0.0-20250108214730-362a04c9d029 | ||
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,10 +77,10 @@ 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-20240726163527-a2c0da244d78 // indirect | ||
golang.org/x/crypto v0.31.0 | ||
golang.org/x/crypto v0.32.0 | ||
golang.org/x/net v0.33.0 | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/term v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
) | ||
... | ... |