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 e24e8d7 commit a010fa7Copy full SHA for a010fa7
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.3
7
- github.com/aws/aws-sdk-go-v2/config v1.31.14
8
- github.com/aws/aws-sdk-go-v2/credentials v1.18.18
9
- github.com/aws/aws-sdk-go-v2/service/ec2 v1.258.0
+ github.com/aws/aws-sdk-go-v2 v1.39.4
+ github.com/aws/aws-sdk-go-v2/config v1.31.15
+ github.com/aws/aws-sdk-go-v2/credentials v1.18.19
+ github.com/aws/aws-sdk-go-v2/service/ec2 v1.258.1
10
gopkg.in/yaml.v3 v3.0.1
11
)
12
0 commit comments