Skip to content

Commit ccf2353

Browse files
committed
Update go.mod versions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 2072852 commit ccf2353

File tree

2 files changed

+21
-430
lines changed

2 files changed

+21
-430
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute v1.0.0
99
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v1.0.0
1010
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.0.0
11-
github.com/aws/aws-sdk-go v1.44.191
11+
github.com/aws/aws-sdk-go v1.50.0
1212
github.com/digitalocean/godo v1.108.0
1313
github.com/dimchansky/utfbom v1.1.1
1414
github.com/dirien/ovh-go-sdk v0.2.0
@@ -45,8 +45,8 @@ require (
4545
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
4646
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
4747
github.com/jmespath/go-jmespath v0.4.0 // indirect
48+
github.com/kr/text v0.2.0 // indirect
4849
github.com/kylelemons/godebug v1.1.0 // indirect
49-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
5050
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
5151
github.com/ovh/go-ovh v1.3.0 // indirect
5252
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
@@ -66,7 +66,6 @@ require (
6666
golang.org/x/text v0.14.0 // indirect
6767
golang.org/x/time v0.5.0 // indirect
6868
google.golang.org/appengine v1.6.8 // indirect
69-
google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917 // indirect
7069
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect
7170
google.golang.org/grpc v1.60.1 // indirect
7271
google.golang.org/protobuf v1.32.0 // indirect

0 commit comments

Comments
 (0)