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.
1 parent 4e1b05d commit 450c8faCopy full SHA for 450c8fa
azs-getter/go.mod
@@ -3,10 +3,10 @@ module github.com/giantswarm/azs-getter
3
go 1.22.2
4
5
require (
6
- github.com/aws/aws-sdk-go-v2 v1.39.2
7
- github.com/aws/aws-sdk-go-v2/config v1.31.12
8
- github.com/aws/aws-sdk-go-v2/credentials v1.18.16
9
- github.com/aws/aws-sdk-go-v2/service/ec2 v1.256.0
+ github.com/aws/aws-sdk-go-v2 v1.39.3
+ github.com/aws/aws-sdk-go-v2/config v1.31.13
+ github.com/aws/aws-sdk-go-v2/credentials v1.18.17
+ github.com/aws/aws-sdk-go-v2/service/ec2 v1.257.2
10
gopkg.in/yaml.v3 v3.0.1
11
)
12
0 commit comments