@@ -2,70 +2,12 @@ module sigs.k8s.io/etcdadm/etcd-manager/tools/deb-tools
2
2
3
3
go 1.21
4
4
5
+ toolchain go1.22.2
6
+
5
7
require (
6
8
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
7
9
github.com/ulikunitz/xz v0.5.10
8
10
k8s.io/klog/v2 v2.120.1
9
11
)
10
12
11
- require (
12
- cloud.google.com/go/compute v1.23.4 // indirect
13
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
14
- github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
15
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
16
- github.com/Azure/go-autorest/autorest v0.11.29 // indirect
17
- github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
18
- github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 // indirect
19
- github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
20
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
21
- github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
22
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
23
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
24
- github.com/aws/aws-sdk-go v1.51.11 // indirect
25
- github.com/blang/semver/v4 v4.0.0 // indirect
26
- github.com/coreos/go-semver v0.3.0 // indirect
27
- github.com/coreos/go-systemd/v22 v22.3.2 // indirect
28
- github.com/digitalocean/godo v1.110.0 // indirect
29
- github.com/dimchansky/utfbom v1.1.1 // indirect
30
- github.com/go-logr/logr v1.4.1 // indirect
31
- github.com/gogo/protobuf v1.3.2 // indirect
32
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
33
- github.com/golang/protobuf v1.5.4 // indirect
34
- github.com/google/go-querystring v1.1.0 // indirect
35
- github.com/gophercloud/gophercloud v1.11.0 // indirect
36
- github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
37
- github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
38
- github.com/hetznercloud/hcloud-go v1.53.0 // indirect
39
- github.com/jmespath/go-jmespath v0.4.0 // indirect
40
- github.com/mitchellh/go-homedir v1.1.0 // indirect
41
- github.com/moby/sys/mountinfo v0.6.2 // indirect
42
- github.com/prometheus/client_golang v1.19.0 // indirect
43
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.25 // indirect
44
- go.etcd.io/etcd/api/v3 v3.5.13 // indirect
45
- go.etcd.io/etcd/client/pkg/v3 v3.5.13 // indirect
46
- go.etcd.io/etcd/client/v3 v3.5.13 // indirect
47
- go.uber.org/atomic v1.7.0 // indirect
48
- go.uber.org/multierr v1.11.0 // indirect
49
- go.uber.org/zap v1.17.0 // indirect
50
- golang.org/x/crypto v0.21.0 // indirect
51
- golang.org/x/net v0.22.0 // indirect
52
- golang.org/x/oauth2 v0.18.0 // indirect
53
- golang.org/x/sys v0.18.0 // indirect
54
- golang.org/x/text v0.14.0 // indirect
55
- golang.org/x/time v0.5.0 // indirect
56
- google.golang.org/api v0.172.0 // indirect
57
- google.golang.org/appengine v1.6.8 // indirect
58
- google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
59
- google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe // indirect
60
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
61
- google.golang.org/grpc v1.62.1 // indirect
62
- google.golang.org/protobuf v1.33.0 // indirect
63
- gopkg.in/gcfg.v1 v1.2.3 // indirect
64
- gopkg.in/warnings.v0 v0.1.2 // indirect
65
- k8s.io/apimachinery v0.29.3 // indirect
66
- k8s.io/client-go v0.29.3 // indirect
67
- k8s.io/kops v1.28.4 // indirect
68
- k8s.io/mount-utils v0.29.3 // indirect
69
- k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
70
- sigs.k8s.io/yaml v1.4.0 // indirect
71
- )
13
+ require github.com/go-logr/logr v1.4.1 // indirect
0 commit comments