File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ toolchain go1.24.5
10
10
replace github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/common => ../common
11
11
12
12
require (
13
- github.com/aws/aws-sdk-go v1.55.7
13
+ github.com/aws/aws-sdk-go v1.55.8
14
14
github.com/blang/semver/v4 v4.0.0
15
15
github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/common v0.7.0
16
16
github.com/nutanix-cloud-native/prism-go-client v0.5.3
Original file line number Diff line number Diff line change 1
- github.com/aws/aws-sdk-go v1.55.7 h1:UJrkFq7es5CShfBwlWAC8DA077vp8PyVbQd3lqLiztE =
2
- github.com/aws/aws-sdk-go v1.55.7 /go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU =
1
+ github.com/aws/aws-sdk-go v1.55.8 h1:JRmEUbU52aJQZ2AjX4q4Wu7t4uZjOu71uyNmaWlUkJQ =
2
+ github.com/aws/aws-sdk-go v1.55.8 /go.mod h1:ZkViS9AqA6otK+JBBNH2++sx1sgxrPKcSzPPvQkUtXk =
3
3
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
4
4
github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
5
5
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM =
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ require (
64
64
github.com/adrg/xdg v0.5.3 // indirect
65
65
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
66
66
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
67
- github.com/aws/aws-sdk-go v1.55.7 // indirect
67
+ github.com/aws/aws-sdk-go v1.55.8 // indirect
68
68
github.com/beorn7/perks v1.0.1 // indirect
69
69
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
70
70
github.com/cespare/xxhash/v2 v2.3.0 // indirect
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de h1:FxWPpzIjnTlhP
33
33
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de /go.mod h1:DCaWoUhZrYW9p1lxo/cm8EmUOOzAPSEZNGF2DK1dJgw =
34
34
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so =
35
35
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 /go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw =
36
- github.com/aws/aws-sdk-go v1.55.7 h1:UJrkFq7es5CShfBwlWAC8DA077vp8PyVbQd3lqLiztE =
37
- github.com/aws/aws-sdk-go v1.55.7 /go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU =
36
+ github.com/aws/aws-sdk-go v1.55.8 h1:JRmEUbU52aJQZ2AjX4q4Wu7t4uZjOu71uyNmaWlUkJQ =
37
+ github.com/aws/aws-sdk-go v1.55.8 /go.mod h1:ZkViS9AqA6otK+JBBNH2++sx1sgxrPKcSzPPvQkUtXk =
38
38
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
39
39
github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
40
40
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM =
You can’t perform that action at this time.
0 commit comments