-
Notifications
You must be signed in to change notification settings - Fork 28
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 #430 from cbgbt/golang-updates
krane-static: update golang dependencies
- Loading branch information
Showing
8 changed files
with
166 additions
and
199 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,64 +1,61 @@ | ||
module github.com/bottlerocket-os/twoliter/tools/krane/go-src | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
toolchain go1.22.10 | ||
|
||
require ( | ||
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240910181921-bef5bd9384b7 | ||
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20241227172826-c97b94eac159 | ||
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 | ||
github.com/google/go-containerregistry v0.20.2 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.19.3 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
github.com/Azure/azure-sdk-for-go v46.4.0+incompatible // indirect | ||
cloud.google.com/go/compute/metadata v0.6.0 // 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.28 // indirect | ||
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect | ||
github.com/Azure/go-autorest/autorest v0.11.29 // indirect | ||
github.com/Azure/go-autorest/autorest/adal v0.9.24 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect | ||
github.com/Azure/go-autorest/autorest/date v0.3.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-v2 v1.30.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.27.33 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.32 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.13 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.17 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.32.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.28.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ecr v1.32.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.25.6 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.19 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.22.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.30.7 // indirect | ||
github.com/aws/smithy-go v1.20.4 // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ecr v1.38.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.29.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect | ||
github.com/aws/smithy-go v1.22.1 // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect | ||
github.com/dimchansky/utfbom v1.1.1 // indirect | ||
github.com/docker/cli v27.1.1+incompatible // indirect | ||
github.com/docker/distribution v2.8.2+incompatible // indirect | ||
github.com/docker/cli v27.4.1+incompatible // indirect | ||
github.com/docker/distribution v2.8.3+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.2 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/klauspost/compress v1.16.5 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/spf13/cobra v1.7.0 // indirect | ||
github.com/spf13/cobra v1.8.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/vbatts/tar-split v0.11.3 // indirect | ||
github.com/vbatts/tar-split v0.11.6 // indirect | ||
golang.org/x/crypto v0.31.0 // indirect | ||
golang.org/x/net v0.21.0 // indirect | ||
golang.org/x/oauth2 v0.8.0 // indirect | ||
golang.org/x/sync v0.2.0 // indirect | ||
golang.org/x/oauth2 v0.24.0 // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
) |
Oops, something went wrong.