Skip to content

Commit

Permalink
Update dependencies (grpc#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir authored Sep 4, 2018
1 parent bd0a99f commit 6b0bf77
Show file tree
Hide file tree
Showing 17 changed files with 1,922 additions and 17,119 deletions.
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Get started (with HTTP 1.1)

* `npm install`
* `npm run get_go_deps` to install Golang dependencies. [dep](https://github.com/golang/dep) is used for go dependency management
* The postinstall will run `npm run get_go_deps` to install Golang dependencies. [dep](https://github.com/golang/dep) is used for go dependency management.
* `npm start` to start the Golang server and Webpack dev server
* Go to `http://localhost:8081`

Expand Down
4 changes: 0 additions & 4 deletions example/get_go_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ fi
cd go
dep ensure

cd ../

echo "Installing Protobuf to Golang compiler..."
go get -u github.com/golang/protobuf/protoc-gen-go
2 changes: 1 addition & 1 deletion example/go/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/go/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

[[constraint]]
name = "github.com/improbable-eng/grpc-web"
version = "0.6.0"
version = "0.6.2"

[[constraint]]
branch = "master"
Expand Down
3 changes: 1 addition & 2 deletions example/go/_proto/examplecom/library/book_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6b0bf77

Please sign in to comment.