-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (35 loc) · 1.49 KB
/
Copy pathgo.mod
File metadata and controls
39 lines (35 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/cloudfoundry-community/doomsday
go 1.26.0
toolchain go1.26.4
require (
code.cloudfoundry.org/credhub-cli v0.0.0-20240617130427-da5c8e6f4033
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/cloudfoundry-community/goutils v0.0.0-20230124234059-1add95a6ecd7
github.com/cloudfoundry-community/vaultkv v0.7.0
github.com/gorilla/mux v1.8.1
github.com/olekukonko/tablewriter v0.0.6-0.20230925090304-df64c4bbad77
github.com/pborman/uuid v1.2.1
github.com/robfig/cron v1.2.0
github.com/thomasmitchell/go-shout v0.0.0-20200117221442-ad6c1a8d1669
golang.org/x/crypto v0.52.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
github.com/cloudfoundry/go-socks5 v0.0.0-20180221174514-54f73bdb8a8e // indirect
github.com/cloudfoundry/socks5-proxy v0.2.118 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/cap v0.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/term v0.43.0 // indirect
)