Skip to content

Commit

Permalink
Merge pull request #221 from pradipd/user/pradipd/cve-fixes.1
Browse files Browse the repository at this point in the history
1 more fix
  • Loading branch information
pradipd authored Nov 29, 2023
2 parents ddc759b + c970006 commit eb9d06a
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 137 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ format:
gofmt -s -w rpc/ pkg/

bootstrap:
GOOS="linux" go get -u google.golang.org/grpc@v1.26.0
GOOS="linux" go get -u google.golang.org/grpc@v1.56.3
GOOS="linux" go install github.com/golang/protobuf/[email protected]

test: unittest
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ require (
github.com/jmespath/go-jmespath v0.3.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.3
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
google.golang.org/grpc v1.56.3
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/golang/mock v1.6.0
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

Expand All @@ -26,5 +25,6 @@ replace (
github.com/golang/protobuf/protoc-gen-go => github.com/golang/protobuf/protoc-gen-go v1.3.2
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
golang.org/x/sys => golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24
google.golang.org/grpc => google.golang.org/grpc v1.56.3
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.2.4
)
Loading

0 comments on commit eb9d06a

Please sign in to comment.