Skip to content

Commit

Permalink
Vendor GopherJS and protoc-gen-go
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed May 8, 2018
1 parent 7e36e40 commit 5b744c2
Show file tree
Hide file tree
Showing 159 changed files with 33,214 additions and 276 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
working_directory: /go/src/github.com/johanbrandhorst/protobuf
steps:
- checkout
- run: go get -u github.com/gopherjs/gopherjs
- run: go install ./vendor/github.com/gopherjs/gopherjs
- run: make build
dep:
docker:
Expand Down Expand Up @@ -49,8 +49,9 @@ jobs:
command: >
make install
go get -u -v github.com/golang/protobuf/protoc-gen-go
github.com/gopherjs/gopherjs
go install ./vendor/github.com/golang/protobuf/protoc-gen-go
go install ./vendor/github.com/gopherjs/gopherjs
- run:
name: Regenerate
command: |
Expand Down
93 changes: 90 additions & 3 deletions Gopkg.lock

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

12 changes: 7 additions & 5 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
ignored = [
"github.com/gopherjs/gopherjs/js",
]

required = [
"github.com/onsi/ginkgo/ginkgo",
"github.com/golang/protobuf/protoc-gen-go",
"github.com/gopherjs/gopherjs",
]

[prune]
Expand All @@ -12,8 +10,12 @@ required = [
go-tests = true

[[constraint]]
branch = "master"
name = "github.com/golang/protobuf"
version = "=1.0.0"

[[constraint]]
branch = "master"
name = "github.com/gopherjs/gopherjs"

[[constraint]]
name = "github.com/improbable-eng/grpc-web"
Expand Down
4 changes: 1 addition & 3 deletions test/server/proto/test/test.pb.go

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

4 changes: 1 addition & 3 deletions test/server/proto/types/types.pb.go

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

52 changes: 52 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/AUTHORS

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

28 changes: 28 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/LICENSE

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

37 changes: 37 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/fen.go

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

Loading

0 comments on commit 5b744c2

Please sign in to comment.