Skip to content

Commit 202612d

Browse files
chore: Upgrade dependencies
1 parent e4302bf commit 202612d

File tree

2 files changed

+45
-487
lines changed

2 files changed

+45
-487
lines changed

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@ go 1.18
44

55
require (
66
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
88
github.com/pkg/errors v0.9.1
9-
golang.org/x/crypto v0.3.0
9+
golang.org/x/crypto v0.8.0
1010
)
1111

1212
replace github.com/codegangsta/cli v1.22.12 => github.com/urfave/cli v1.22.12
1313

1414
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
1616
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
1818
github.com/codegangsta/cli v1.22.12 // indirect
1919
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2020
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
2222
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
2525
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
2828
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
3434
)

0 commit comments

Comments
 (0)