Skip to content

Commit 7c4fd6c

Browse files
authored
Update the module dependency (#663) (#666)
1 parent b7ee646 commit 7c4fd6c

File tree

2 files changed

+21
-1083
lines changed

2 files changed

+21
-1083
lines changed

src/grpc_generated/go/go.mod

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
module github.com/triton-inference-server/client/src/grpc_generated/go
22

3-
go 1.21
3+
go 1.22.3
44

55
require (
6-
google.golang.org/grpc v1.62.0
7-
google.golang.org/protobuf v1.31.0 // indirect
6+
google.golang.org/grpc v1.64.0
7+
google.golang.org/protobuf v1.34.1
88
)
99

1010
require (
11-
github.com/golang/protobuf v1.5.3 // indirect
12-
golang.org/x/net v0.17.0 // indirect
13-
golang.org/x/sys v0.13.0 // indirect
14-
golang.org/x/text v0.13.0 // indirect
15-
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
11+
golang.org/x/net v0.22.0 // indirect
12+
golang.org/x/sys v0.18.0 // indirect
13+
golang.org/x/text v0.14.0 // indirect
14+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
1615
)

0 commit comments

Comments
 (0)