Skip to content

Commit aea6ad3

Browse files
committed
Change github.com/golang/protobuf (deprecated) to google.golang.org/protobuf
1 parent dca4b52 commit aea6ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_protos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -e
22
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
33
pushd "$DIR/../models"
4-
protoc --proto_path=../../vendor:../../vendor/github.com/golang/protobuf/ptypes/duration/:. \
4+
protoc --proto_path=../../vendor:../../vendor/google.golang.org/protobuf/types/known/durationpb/:. \
55
--go_out=. --go_opt=paths=source_relative \
66
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
77
./*.proto

0 commit comments

Comments
 (0)