Skip to content

Commit 97763b5

Browse files
committed
swapserverrpc: bump Go to 1.18
Protobuf v1.34.2 generates Go files that fail to compile with Go 1.16: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) Also ran "go mod tidy".
1 parent 56c9604 commit 97763b5

File tree

2 files changed

+9
-1505
lines changed

2 files changed

+9
-1505
lines changed

swapserverrpc/go.mod

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ require (
55
google.golang.org/protobuf v1.34.2
66
)
77

8-
go 1.16
8+
require (
9+
github.com/golang/protobuf v1.5.3 // indirect
10+
golang.org/x/net v0.9.0 // indirect
11+
golang.org/x/sys v0.7.0 // indirect
12+
golang.org/x/text v0.9.0 // indirect
13+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
14+
)
15+
16+
go 1.18

0 commit comments

Comments
 (0)