Skip to content

Commit

Permalink
another bunch of dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
metskem committed Aug 16, 2024
1 parent ca1bf97 commit 420ced5
Show file tree
Hide file tree
Showing 742 changed files with 127,540 additions and 72,345 deletions.
65 changes: 34 additions & 31 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,59 +1,62 @@
module github.com/vmwarepivotallabs/cf-mgmt

go 1.20
go 1.22

replace (
golang.org/x/net => golang.org/x/net v0.28.0
golang.org/x/sys => golang.org/x/sys v0.24.0
golang.org/x/text => golang.org/x/text v0.17.0
golang.org/x/tools => golang.org/x/tools v0.24.0
)

require (
code.cloudfoundry.org/routing-api v0.0.0-20210519201915-b3b118a368e6
github.com/cloudfoundry-community/go-cfclient v0.0.0-20220803221820-5e81c204bd31
code.cloudfoundry.org/routing-api v0.0.0-20240812231547-9f253a3ef041
github.com/cloudfoundry-community/go-cfclient v0.0.0-20220930021109-9c4e6c59ccf1
github.com/cloudfoundry-community/go-cfclient/v3 v3.0.0-alpha.6
github.com/cloudfoundry-community/go-uaa v0.3.2
github.com/go-ldap/ldap/v3 v3.4.6
github.com/jessevdk/go-flags v1.5.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.7.0
github.com/cloudfoundry-community/go-uaa v0.3.3
github.com/go-ldap/ldap/v3 v3.4.8
github.com/jessevdk/go-flags v1.6.1
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.30.0
github.com/onsi/gomega v1.34.1
github.com/pkg/errors v0.9.1
github.com/xchapter7x/lo v0.0.0-20160804235750-e33b245fc7a8
gopkg.in/yaml.v2 v2.4.0
)

require (
code.cloudfoundry.org/cfhttp/v2 v2.0.0 // indirect
code.cloudfoundry.org/trace-logger v0.0.0-20170119230301-107ef08a939d // indirect
code.cloudfoundry.org/cfhttp/v2 v2.2.0 // indirect
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210803090616-8f023c250c89 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/nxadm/tail v1.4.11 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958 // indirect
github.com/vito/go-sse v1.0.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.12.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
github.com/vito/go-sse v1.1.1 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/tools v0.24.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
493 changes: 97 additions & 396 deletions go.sum

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/code.cloudfoundry.org/cfhttp/v2/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/code.cloudfoundry.org/cfhttp/v2/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions vendor/code.cloudfoundry.org/cfhttp/v2/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/code.cloudfoundry.org/cfhttp/v2/staticcheck.conf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/code.cloudfoundry.org/routing-api/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/code.cloudfoundry.org/routing-api/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

211 changes: 29 additions & 182 deletions vendor/code.cloudfoundry.org/routing-api/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 420ced5

Please sign in to comment.