Skip to content

Commit

Permalink
update dependencies (#6032)
Browse files Browse the repository at this point in the history
* update dependencies

* merge and test failure fixes

* allow network_policy to update when removed
  • Loading branch information
megan07 authored May 31, 2022
1 parent 84ab3e3 commit 83e0759
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 188 deletions.
15 changes: 6 additions & 9 deletions mmv1/third_party/terraform/go.mod.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,22 @@ require (
github.com/dnaeon/go-vcr v1.0.1
github.com/gammazero/deque v0.0.0-20180920172122-f6adf94963e4 // indirect
github.com/gammazero/workerpool v0.0.0-20181230203049-86a96b5d5d92
github.com/golang/protobuf v1.5.2 // indirect
github.com/golangci/golangci-lint v1.40.1
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.3.0
github.com/hashicorp/hcl/v2 v2.6.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/hashicorp/go-version v1.4.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/hashstructure v1.1.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.2.2 // indirect
golang.org/x/mod v0.5.0 // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
google.golang.org/api v0.79.0
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect
google.golang.org/grpc v1.46.0
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
google.golang.org/api v0.70.0
google.golang.org/grpc v1.45.0
)


Expand Down
Loading

0 comments on commit 83e0759

Please sign in to comment.