Skip to content
This repository was 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 /template #36

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
14 changes: 7 additions & 7 deletions template/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/opaqueany v0.0.0-20220321170339-a5c6ff5bb0ec
github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20220502215818-69a3eeb201d8
google.golang.org/grpc v1.33.1
google.golang.org/protobuf v1.27.1
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)

require (
Expand All @@ -23,7 +23,7 @@ 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
Expand Down Expand Up @@ -55,10 +55,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-20220708085239-5a0f0661e09d // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20201022181438-0ff5f38871d5 // 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
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

Expand Down
Loading