Skip to content

Commit

Permalink
bump go dependencies, migrate to go1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
psycofdj committed Oct 7, 2020
1 parent 5ed0299 commit 46196ad
Show file tree
Hide file tree
Showing 408 changed files with 42,937 additions and 22,778 deletions.
23 changes: 8 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
module github.com/orange-cloudfoundry/credhub_exporter

go 1.14
go 1.15

require (
code.cloudfoundry.org/credhub-cli v0.0.0-20200325195429-1faf152db5a4
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/google/go-github/v25 v25.1.3 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/common v0.9.1
github.com/prometheus/procfs v0.0.11 // indirect
github.com/prometheus/promu v0.5.0 // indirect
github.com/sirupsen/logrus v1.5.0 // indirect
golang.org/x/crypto v0.0.0-20200403201458-baeed622b8d8 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200406113430-c6e801f48ba2 // indirect
google.golang.org/appengine v1.6.5 // indirect
code.cloudfoundry.org/credhub-cli v0.0.0-20201005130041-1bceca68b93b
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.14.0
github.com/prometheus/procfs v0.2.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 // indirect
golang.org/x/sys v0.0.0-20201007082116-8445cc04cbdf // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
390 changes: 338 additions & 52 deletions go.sum

Large diffs are not rendered by default.

55 changes: 43 additions & 12 deletions vendor/code.cloudfoundry.org/credhub-cli/credhub/generate.go

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

40 changes: 33 additions & 7 deletions vendor/code.cloudfoundry.org/credhub-cli/credhub/regenerate.go

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

10 changes: 6 additions & 4 deletions vendor/code.cloudfoundry.org/credhub-cli/credhub/request.go

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

23 changes: 10 additions & 13 deletions vendor/code.cloudfoundry.org/credhub-cli/credhub/set.go

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

16 changes: 14 additions & 2 deletions vendor/code.cloudfoundry.org/credhub-cli/errors/errors.go

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

Loading

0 comments on commit 46196ad

Please sign in to comment.