-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.27 KB
/
Copy pathgo.mod
File metadata and controls
33 lines (30 loc) · 1.27 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
module github.com/cloudfoundry-community/safe
go 1.26.4
require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/cloudfoundry-community/goutils v0.0.0-20230124234059-1add95a6ecd7
github.com/cloudfoundry-community/vaultkv v0.7.0-rc2
github.com/jhunt/go-ansi v0.0.0-20180630013815-403d5f0d9ccb
github.com/jhunt/go-cli v0.0.0-20170503201019-f04a1744b5e3
github.com/jhunt/go-envirotron v0.0.0-20171017043611-8bdb90f72b39
github.com/mattn/go-isatty v0.0.17
github.com/pborman/uuid v1.2.1
github.com/tredoe/osutil v0.0.0-20161130133508-7d3ee1afa71c
golang.org/x/crypto v0.52.0
golang.org/x/net v0.55.0
golang.org/x/term v0.43.0
gopkg.in/yaml.v2 v2.3.0
)
require (
github.com/google/uuid v1.0.0 // indirect
github.com/hashicorp/cap v0.5.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/jhunt/go-snapshot v0.0.0-20170309042712-92984e0ad8d8 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)