-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathgo.mod
More file actions
61 lines (57 loc) · 2.28 KB
/
Copy pathgo.mod
File metadata and controls
61 lines (57 loc) · 2.28 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
module github.com/hetznercloud/cli
go 1.25.0
toolchain go1.26.8
require (
github.com/BurntSushi/toml v1.6.0
github.com/cheggaaa/pb/v3 v3.2.1
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.19.0
github.com/fatih/structs v1.1.0
github.com/goccy/go-yaml v1.19.2
github.com/guptarohit/asciigraph v0.10.0
github.com/hetznercloud/hcloud-go/v2 v2.48.0
github.com/jedib0t/go-pretty/v6 v6.8.3
github.com/spf13/cast v1.10.0
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.12.1
github.com/swaggest/assertjson v1.10.0
go.uber.org/mock v0.6.0
golang.org/x/crypto v0.55.0
golang.org/x/exp v0.0.0-20260718201538-764159d718ef
golang.org/x/net v0.58.0
golang.org/x/term v0.45.0
golang.org/x/text v0.41.0
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bool64/shared v0.1.6 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/mattn/go-runewidth v0.0.27 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
github.com/prometheus/client_golang v1.24.1 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.70.1 // indirect
github.com/prometheus/procfs v0.21.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sagikazarmark/locafero v0.11.0 // indirect
github.com/sergi/go-diff v1.4.0 // indirect
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/sys v0.47.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)