We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4958c9 + 6d73981 commit 9a4cf18Copy full SHA for 9a4cf18
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/aws-iam-authenticator
2
3
-go 1.25.1
+go 1.25.3
4
5
require (
6
github.com/aws/aws-sdk-go-v2 v1.39.2
tests/e2e/go.mod
module sigs.k8s.io/aws-iam-authenticator/tests/e2e
github.com/onsi/ginkgo/v2 v2.27.1
tests/integration/go.mod
module sigs.k8s.io/aws-iam-authenticator/tests/integration
github.com/prometheus/client_golang v1.23.2
0 commit comments