Skip to content

Commit

Permalink
Merge pull request #77 from cloudscale-ch/dependabot/go_modules/googl…
Browse files Browse the repository at this point in the history
…e.golang.org/grpc-1.53.0

Bump google.golang.org/grpc from 1.45.0 to 1.53.0
  • Loading branch information
disperate authored Sep 20, 2023
2 parents f270c67 + e7c8bb4 commit 75e4aa0
Show file tree
Hide file tree
Showing 157 changed files with 9,548 additions and 3,845 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/cloudscale-ch/cloudscale-go-sdk/v3 v3.0.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/oauth2 v0.4.0
)

require (
Expand All @@ -15,7 +15,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
Expand Down Expand Up @@ -51,8 +51,8 @@ require (
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
google.golang.org/grpc v1.45.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
73 changes: 12 additions & 61 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 75e4aa0

Please sign in to comment.