Skip to content

Commit de4e680

Browse files
committed
Revert protobuf update
1 parent ae11bb6 commit de4e680

21 files changed

+5510
-9872
lines changed

generateProto.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ set -e
55
# Print commands
66
set -x
77

8-
echo "Update to latest Go protobuf compiler"
9-
go get -u github.com/golang/protobuf/protoc-gen-go
10-
118
# common GC
129
protoc -I"./proto" -I"$GOPATH/src" --go_out="$GOPATH/src" proto/ssl_gc_common.proto
1310
protoc -I"./proto" -I"$GOPATH/src" --go_out="$GOPATH/src" proto/ssl_gc_geometry.proto

go.mod

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,10 @@ go 1.14
55
require (
66
github.com/RoboCup-SSL/ssl-go-tools v1.0.0
77
github.com/go-test/deep v1.0.5
8-
github.com/gobuffalo/envy v1.9.0 // indirect
98
github.com/gobuffalo/packr v1.30.1
10-
github.com/gobuffalo/packr/v2 v2.8.0 // indirect
11-
github.com/golang/protobuf v1.4.0
9+
github.com/golang/protobuf v1.3.5
1210
github.com/gorilla/websocket v1.4.1
13-
github.com/karrick/godirwalk v1.15.6 // indirect
1411
github.com/odeke-em/go-uuid v0.0.0-20151221120446-b211d769a9aa
1512
github.com/pkg/errors v0.9.1
16-
github.com/sirupsen/logrus v1.5.0 // indirect
17-
github.com/spf13/cobra v1.0.0 // indirect
18-
github.com/spf13/pflag v1.0.5 // indirect
19-
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 // indirect
20-
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
21-
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
22-
google.golang.org/protobuf v1.21.0
2313
gopkg.in/yaml.v2 v2.2.8
2414
)

go.sum

Lines changed: 0 additions & 163 deletions
Large diffs are not rendered by default.

install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ yarn build
99
# backend
1010
go get -v -d ./...
1111
cd cmd/ssl-game-controller
12-
go get -u -v github.com/gobuffalo/packr/packr
1312
packr install

0 commit comments

Comments
 (0)