Skip to content

Commit

Permalink
Upgrade Golang
Browse files Browse the repository at this point in the history
  • Loading branch information
tas-operability-bot committed May 6, 2024
1 parent 206d60e commit 3c4a3ca
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 52 deletions.
28 changes: 14 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.29
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
github.com/aws/aws-sdk-go v1.51.30
github.com/aws/aws-sdk-go v1.52.2
github.com/blang/semver v3.5.1+incompatible
github.com/bmatcuk/doublestar v1.3.4
github.com/cheggaaa/pb/v3 v3.1.5
Expand All @@ -23,15 +23,15 @@ require (
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.33.0
github.com/onsi/gomega v1.33.1
github.com/pivotal-cf/go-pivnet v1.0.3
github.com/pivotal-cf/go-pivnet/v6 v6.0.2
github.com/pivotal-cf/pivnet-cli/v2 v2.0.2
github.com/pivotal-cf/replicator v0.0.0-20181127185712-7c58987ce14b
github.com/pivotal-cf/winfs-injector v0.0.0-20200827170301-91411420d92f
github.com/vmware/govmomi v0.37.1
golang.org/x/oauth2 v0.19.0
google.golang.org/api v0.176.1
golang.org/x/oauth2 v0.20.0
google.golang.org/api v0.177.0
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
Expand All @@ -43,11 +43,11 @@ require (
cloud.google.com/go/auth v0.3.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/iam v1.1.7 // indirect
cloud.google.com/go/iam v1.1.8 // indirect
code.cloudfoundry.org/archiver v0.0.0-20200131002800-4ca7245c29b1 // indirect
code.cloudfoundry.org/clock v1.0.0 // indirect
code.cloudfoundry.org/hydrator v0.0.0-20191120195058-919ca7133daa // indirect
code.cloudfoundry.org/tlsconfig v0.0.0-20240423163804-1b0dcf57fddb // indirect
code.cloudfoundry.org/tlsconfig v0.0.0-20240427164042-d6180ef19863 // indirect
code.cloudfoundry.org/workpool v0.0.0-20200131000409-2ac56b354115 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
Expand All @@ -65,7 +65,7 @@ require (
github.com/cloudfoundry/bosh-davcli v0.0.44 // indirect
github.com/cloudfoundry/bosh-gcscli v0.0.6 // indirect
github.com/cloudfoundry/bosh-s3cli v0.0.95 // indirect
github.com/cloudfoundry/bosh-utils v0.0.459 // indirect
github.com/cloudfoundry/bosh-utils v0.0.461 // indirect
github.com/cloudfoundry/config-server v0.1.21 // indirect
github.com/cloudfoundry/go-socks5 v0.0.0-20180221174514-54f73bdb8a8e // indirect
github.com/cloudfoundry/socks5-proxy v0.2.116 // indirect
Expand All @@ -92,7 +92,7 @@ require (
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
Expand Down Expand Up @@ -134,16 +134,16 @@ require (
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.20.0 // indirect
google.golang.org/genproto v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/genproto v0.0.0-20240429193739-8cf5692501f6 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240429193739-8cf5692501f6 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/protobuf v1.34.0 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
Expand Down
Loading

0 comments on commit 3c4a3ca

Please sign in to comment.