Skip to content

Commit

Permalink
Merge pull request #1 from cloud-gov/update-go-packages
Browse files Browse the repository at this point in the history
update go packages
  • Loading branch information
dandersonsw authored Jun 8, 2023
2 parents 6c4fb54 + fc87020 commit 221c4e7
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 78 deletions.
33 changes: 18 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,31 @@ module github.com/doomsday-project/doomsday
go 1.18

require (
code.cloudfoundry.org/credhub-cli v0.0.0-20191230184144-6e537b521d9d
github.com/cloudfoundry-community/vaultkv v0.1.1
github.com/gorilla/mux v1.7.3
github.com/olekukonko/tablewriter v0.0.4
github.com/pborman/uuid v1.2.0
code.cloudfoundry.org/credhub-cli v0.0.0-20230605130436-6fc95fd476b8
github.com/cloudfoundry-community/vaultkv v0.6.0
github.com/gorilla/mux v1.8.0
github.com/olekukonko/tablewriter v0.0.5
github.com/pborman/uuid v1.2.1
github.com/robfig/cron v1.2.0
github.com/starkandwayne/goutils v0.0.0-20190115202530-896b8a6904be
github.com/thomasmitchell/go-shout v0.0.0-20200117221442-ad6c1a8d1669
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/crypto v0.9.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/cloudfoundry/go-socks5 v0.0.0-20180221174514-54f73bdb8a8e // indirect
github.com/cloudfoundry/socks5-proxy v0.2.0 // indirect
github.com/google/uuid v1.0.0 // indirect
github.com/hashicorp/go-version v0.0.0-20171129150820-4fe82ae3040f // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mattn/go-runewidth v0.0.7 // indirect
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 // indirect
golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098 // indirect
github.com/cloudfoundry/socks5-proxy v0.2.91 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/term v0.8.0 // indirect
)
Loading

0 comments on commit 221c4e7

Please sign in to comment.