-
- Downloads
Merge branch 'sh-update-go-dependencies' into 'main'
Update Go dependencies See merge request https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/merge_requests/122 Merged-by:Axel von Bertoldi <avonbertoldi@gitlab.com> Approved-by:
Axel von Bertoldi <avonbertoldi@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
... | ... | @@ -18,10 +18,10 @@ require ( |
github.com/stretchr/testify v1.8.1 | ||
github.com/vmware/govcloudair v0.0.2 | ||
github.com/vmware/govmomi v0.6.2 | ||
golang.org/x/crypto v0.16.0 | ||
golang.org/x/net v0.19.0 | ||
golang.org/x/crypto v0.21.0 | ||
golang.org/x/net v0.21.0 | ||
golang.org/x/oauth2 v0.13.0 | ||
golang.org/x/sys v0.15.0 | ||
golang.org/x/sys v0.18.0 | ||
google.golang.org/api v0.149.0 | ||
) | ||
... | ... | @@ -59,7 +59,7 @@ require ( |
github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/term v0.15.0 | ||
golang.org/x/term v0.18.0 | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
golang.org/x/tools v0.6.0 // indirect | ||
... | ... |
Please register or sign in to comment