Skip to content

Commit 78bf9d1

Browse files
Bump google.golang.org/protobuf
Bumps the go_modules group with 1 update in the / directory: google.golang.org/protobuf. Updates `google.golang.org/protobuf` from 1.30.0 to 1.33.0 --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e5a079 commit 78bf9d1

File tree

2 files changed

+52
-1497
lines changed

2 files changed

+52
-1497
lines changed

go.mod

+14-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,20 @@ module github.com/Layr-Labs/protocol-apis
33
go 1.21.10
44

55
require (
6-
github.com/google/gnostic v0.7.0 // indirect
7-
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
6+
github.com/akuity/grpc-gateway-client v0.0.0-20240912082144-55a48e8b4b89
7+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2
8+
google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9
9+
google.golang.org/grpc v1.54.0
10+
google.golang.org/protobuf v1.33.0
11+
)
12+
13+
require (
14+
github.com/alevinval/sse v1.0.1 // indirect
15+
github.com/go-resty/resty/v2 v2.7.0 // indirect
16+
github.com/golang/protobuf v1.5.3 // indirect
17+
golang.org/x/net v0.8.0 // indirect
18+
golang.org/x/sys v0.12.0 // indirect
19+
golang.org/x/text v0.13.0 // indirect
820
google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54 // indirect
9-
google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9 // indirect
1021
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
11-
google.golang.org/protobuf v1.30.0 // indirect
12-
gopkg.in/yaml.v3 v3.0.1 // indirect
1322
)

0 commit comments

Comments
 (0)