This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #394 from hakman/update-deps-bak
Update dependencies
- Loading branch information
Showing
158 changed files
with
2,868 additions
and
15,051 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,70 @@ | ||
module sigs.k8s.io/etcdadm/etcd-manager/tools/deb-tools | ||
|
||
go 1.21 | ||
|
||
toolchain go1.22.2 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb | ||
github.com/ulikunitz/xz v0.5.10 | ||
k8s.io/klog/v2 v2.120.1 | ||
) | ||
|
||
require github.com/go-logr/logr v1.4.1 // indirect | ||
require ( | ||
cloud.google.com/go/compute v1.24.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect | ||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest v0.11.29 // indirect | ||
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect | ||
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect | ||
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect | ||
github.com/Azure/go-autorest/logger v0.2.1 // indirect | ||
github.com/Azure/go-autorest/tracing v0.6.0 // indirect | ||
github.com/aws/aws-sdk-go v1.51.16 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/coreos/go-semver v0.3.0 // indirect | ||
github.com/coreos/go-systemd/v22 v22.3.2 // indirect | ||
github.com/digitalocean/godo v1.111.0 // indirect | ||
github.com/dimchansky/utfbom v1.1.1 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/gophercloud/gophercloud v1.11.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect | ||
github.com/hetznercloud/hcloud-go v1.53.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/moby/sys/mountinfo v0.6.2 // indirect | ||
github.com/prometheus/client_golang v1.19.0 // indirect | ||
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.25 // indirect | ||
go.etcd.io/etcd/api/v3 v3.5.13 // indirect | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.13 // indirect | ||
go.etcd.io/etcd/client/v3 v3.5.13 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/zap v1.17.0 // indirect | ||
golang.org/x/crypto v0.22.0 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/oauth2 v0.19.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
google.golang.org/api v0.172.0 // indirect | ||
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect | ||
google.golang.org/grpc v1.63.0 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
gopkg.in/gcfg.v1 v1.2.3 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
k8s.io/apimachinery v0.29.3 // indirect | ||
k8s.io/client-go v0.29.3 // indirect | ||
k8s.io/kops v1.28.4 // indirect | ||
k8s.io/mount-utils v0.29.3 // indirect | ||
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect | ||
sigs.k8s.io/yaml v1.4.0 // indirect | ||
) |
Oops, something went wrong.