mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 15:49:55 +00:00
also include protoc-gen-go in tools, locking version during bootstrap
This commit is contained in:
@@ -22,7 +22,7 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
go mod download
|
||||
|
||||
go get -u github.com/twitchtv/twirp/protoc-gen-twirp
|
||||
go get -u google.golang.org/protobuf/cmd/protoc-gen-go
|
||||
|
||||
go mod download
|
||||
|
||||
@@ -5,4 +5,5 @@ package tools
|
||||
import (
|
||||
_ "github.com/maxbrunsfeld/counterfeiter/v6"
|
||||
_ "github.com/twitchtv/twirp/protoc-gen-twirp"
|
||||
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user