@@ -4,31 +4,31 @@ go 1.18
4
4
5
5
require (
6
6
github.com/docker/machine v0.16.2
7
- github.com/hetznercloud/hcloud-go v1.37 .0
7
+ github.com/hetznercloud/hcloud-go v1.42 .0
8
8
github.com/pkg/errors v0.9.1
9
- golang.org/x/crypto v0.3 .0
9
+ golang.org/x/crypto v0.8 .0
10
10
)
11
11
12
12
replace github.com/codegangsta/cli v1.22.12 => github.com/urfave/cli v1.22.12
13
13
14
14
require (
15
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
15
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
16
16
github.com/beorn7/perks v1.0.1 // indirect
17
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
17
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
18
18
github.com/codegangsta/cli v1.22.12 // indirect
19
19
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
20
20
github.com/docker/docker v20.10.21+incompatible // indirect
21
- github.com/golang/protobuf v1.5.2 // indirect
21
+ github.com/golang/protobuf v1.5.3 // indirect
22
22
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
23
- github.com/moby/term v0.0.0-20221120202655-abb19827d345 // indirect
24
- github.com/prometheus/client_golang v1.14 .0 // indirect
23
+ github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
24
+ github.com/prometheus/client_golang v1.15 .0 // indirect
25
25
github.com/prometheus/client_model v0.3.0 // indirect
26
- github.com/prometheus/common v0.37 .0 // indirect
27
- github.com/prometheus/procfs v0.8 .0 // indirect
26
+ github.com/prometheus/common v0.42 .0 // indirect
27
+ github.com/prometheus/procfs v0.9 .0 // indirect
28
28
github.com/russross/blackfriday/v2 v2.1.0 // indirect
29
- golang.org/x/net v0.2 .0 // indirect
30
- golang.org/x/sys v0.2 .0 // indirect
31
- golang.org/x/term v0.2 .0 // indirect
32
- golang.org/x/text v0.4 .0 // indirect
33
- google.golang.org/protobuf v1.28.1 // indirect
29
+ golang.org/x/net v0.9 .0 // indirect
30
+ golang.org/x/sys v0.7 .0 // indirect
31
+ golang.org/x/term v0.7 .0 // indirect
32
+ golang.org/x/text v0.9 .0 // indirect
33
+ google.golang.org/protobuf v1.30.0 // indirect
34
34
)
0 commit comments