Skip to content

Commit 3a70bfb

Browse files
committed
Updating grpc and net modules
1 parent a3a86e2 commit 3a70bfb

2 files changed

Lines changed: 51 additions & 44 deletions

File tree

go.mod

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ require (
1111
github.com/go-kit/log v0.2.1
1212
github.com/go-logfmt/logfmt v0.5.1
1313
github.com/gofrs/uuid v4.3.0+incompatible
14-
github.com/golang/protobuf v1.5.2
14+
github.com/golang/protobuf v1.5.3
1515
github.com/golangci/golangci-lint v1.50.1
1616
github.com/google/orderedcode v0.0.1
17-
github.com/google/uuid v1.3.0
17+
github.com/google/uuid v1.3.1
1818
github.com/gorilla/websocket v1.5.0
1919
github.com/gtank/merlin v0.1.1
2020
github.com/informalsystems/tm-load-test v1.3.0
@@ -34,9 +34,9 @@ require (
3434
github.com/spf13/cobra v1.6.1
3535
github.com/spf13/viper v1.13.0
3636
github.com/stretchr/testify v1.8.1
37-
golang.org/x/crypto v0.5.0
38-
golang.org/x/net v0.7.0
39-
google.golang.org/grpc v1.52.0
37+
golang.org/x/crypto v0.14.0
38+
golang.org/x/net v0.17.0
39+
google.golang.org/grpc v1.59.0
4040
)
4141

4242
require (
@@ -54,7 +54,7 @@ require (
5454
github.com/go-git/go-git/v5 v5.5.2
5555
github.com/vektra/mockery/v2 v2.14.0
5656
gonum.org/v1/gonum v0.8.2
57-
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8
57+
google.golang.org/protobuf v1.31.0
5858
)
5959

6060
require (
@@ -85,7 +85,7 @@ require (
8585
github.com/butuzov/ireturn v0.1.1 // indirect
8686
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
8787
github.com/cespare/xxhash v1.1.0 // indirect
88-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
88+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
8989
github.com/charithe/durationcheck v0.0.9 // indirect
9090
github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 // indirect
9191
github.com/cloudflare/circl v1.1.0 // indirect
@@ -277,13 +277,14 @@ require (
277277
go.uber.org/zap v1.23.0 // indirect
278278
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
279279
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect
280-
golang.org/x/mod v0.6.0 // indirect
281-
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
282-
golang.org/x/sys v0.5.0 // indirect
283-
golang.org/x/term v0.5.0 // indirect
284-
golang.org/x/text v0.7.0 // indirect
285-
golang.org/x/tools v0.2.0 // indirect
286-
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
280+
golang.org/x/mod v0.8.0 // indirect
281+
golang.org/x/sync v0.3.0 // indirect
282+
golang.org/x/sys v0.13.0 // indirect
283+
golang.org/x/term v0.13.0 // indirect
284+
golang.org/x/text v0.13.0 // indirect
285+
golang.org/x/tools v0.6.0 // indirect
286+
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
287+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
287288
gopkg.in/ini.v1 v1.67.0 // indirect
288289
gopkg.in/warnings.v0 v0.1.2 // indirect
289290
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)