-
- Downloads
Merge branch 'renovate/github.com-pterm-pterm-0.x' of...
Merge branch 'renovate/github.com-pterm-pterm-0.x' of code.fbi.h-da.de:danet/gosdn into renovate/github.com-pterm-pterm-0.x
No related branches found
No related tags found
This commit is part of merge request !436. Comments created here will be created in the context of that merge request.
... | ... | @@ -5,8 +5,8 @@ go 1.20 |
require ( | ||
github.com/aristanetworks/goarista v0.0.0-20220425175323-05f7c4c5e34c | ||
github.com/c-bata/go-prompt v0.2.6 | ||
github.com/docker/docker v20.10.17+incompatible | ||
github.com/google/go-cmp v0.5.8 | ||
github.com/docker/docker v20.10.24+incompatible | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/google/uuid v1.3.0 | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.0 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
... | ... | @@ -45,9 +45,9 @@ require ( |
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang-jwt/jwt v3.2.2+incompatible | ||
github.com/golang/glog v1.0.0 | ||
github.com/golang/glog v1.1.1 | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/gookit/color v1.5.3 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
... | ... |
Please register or sign in to comment