Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Bump google.golang.org/grpc from 1.33.1 to 1.53.0 in /plugins/gobuilder_final #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions plugins/gobuilder_final/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module github.com/hashicorp/waypoint-plugin-examples/plugins/gobuilder_final
go 1.17

require (
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20211014201256-80d5426fa6e4
google.golang.org/protobuf v1.26.0
google.golang.org/protobuf v1.28.1
)

require (
Expand All @@ -20,11 +21,10 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/gookit/color v1.3.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-argmapper v0.2.3 // indirect
github.com/hashicorp/go-hclog v0.14.1 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-plugin v1.4.2 // indirect
github.com/hashicorp/hcl/v2 v2.6.0 // indirect
Expand Down Expand Up @@ -53,10 +53,10 @@ require (
github.com/y0ssar1an/q v1.0.7 // indirect
github.com/zclconf/go-cty v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
golang.org/x/sys v0.0.0-20200916030750-2334cc1a136f // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20201022181438-0ff5f38871d5 // indirect
google.golang.org/grpc v1.33.1 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/grpc v1.53.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
Loading