-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
30 lines (26 loc) · 1.12 KB
/
go.mod
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
module github.com/orange-cloudfoundry/credhub_exporter
go 1.23.4
require (
code.cloudfoundry.org/credhub-cli v0.0.0-20241217031024-61a24d347517
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudfoundry/socks5-proxy v0.2.135 // indirect
github.com/prometheus/client_golang v1.20.5
github.com/prometheus/common v0.61.0
github.com/prometheus/procfs v0.15.1 // indirect
github.com/sirupsen/logrus v1.9.3
)
require github.com/alecthomas/kingpin/v2 v2.4.0
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cloudfoundry/go-socks5 v0.0.0-20240831012420-2590b55236ee // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/sys v0.28.0 // indirect
google.golang.org/protobuf v1.36.0 // indirect
)