Skip to content
Snippets Groups Projects
Commit 4b230eaa authored by Nicolas Noble's avatar Nicolas Noble Committed by GitHub
Browse files

Merge pull request #7653 from nicolasnoble/fix-interop-go

Hopefully fixing #7639.
parents ffbfd010 30f80955
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ go get github.com/golang/protobuf/proto ...@@ -46,6 +46,7 @@ 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
go get golang.org/x/oauth2 go get golang.org/x/oauth2
go get golang.org/x/oauth2/google
go get google.golang.org/cloud go get google.golang.org/cloud
# Build the interop client and server # Build the interop client and server
......
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