Skip to content
Snippets Groups Projects
Commit 4b6bc1e8 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

added comment about go dependencies

parent cc1bde76
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,8 @@ set -e ...@@ -37,6 +37,8 @@ set -e
git clone --recursive /var/local/jenkins/grpc-go src/gooogle.golang.org/grpc git clone --recursive /var/local/jenkins/grpc-go src/gooogle.golang.org/grpc
# Get dependencies from GitHub # Get dependencies from GitHub
# NOTE: once grpc-go dependencies change, this needs to be updated manually
# but we don't expect this to happen any time soon.
go get github.com/golang/protobuf/proto go get github.com/golang/protobuf/proto
go get golang.org/x/net/context go get golang.org/x/net/context
go get golang.org/x/net/trace go get golang.org/x/net/trace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment