Skip to content

Commit

Permalink
Merge pull request #36 from rerost/renovate/go-google.golang.org-grpc…
Browse files Browse the repository at this point in the history
…-vulnerability

Update module google.golang.org/grpc to v1.56.3 [SECURITY]
  • Loading branch information
rerost authored Aug 22, 2024
2 parents 56b8f0f + c9cce7d commit 71f5793
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
name: test
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
Expand Down
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,26 @@ go 1.22

require (
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
github.com/golang/protobuf v1.4.1
github.com/golang/protobuf v1.5.4
github.com/google/go-cmdtest v0.2.0
github.com/google/wire v0.6.0
github.com/jhump/protoreflect v1.7.0
github.com/jhump/protoreflect v1.16.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
go.uber.org/mock v0.4.0
go.uber.org/zap v1.16.0
golang.org/x/tools v0.17.0
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0
google.golang.org/grpc v1.61.0
google.golang.org/protobuf v1.33.1-0.20240408130810-98873a205002
)

require (
github.com/bufbuild/protocompile v0.10.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/google/go-cmp v0.5.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/renameio v0.1.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
Expand All @@ -33,15 +34,14 @@ require (
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/jwalterweatherman v1.0.0 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/multierr v1.5.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
gopkg.in/ini.v1 v1.51.0 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
)
Loading

0 comments on commit 71f5793

Please sign in to comment.