Skip to content

Commit

Permalink
Add vendor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed Feb 23, 2018
0 parents commit 5614945
Show file tree
Hide file tree
Showing 447 changed files with 242,635 additions and 0 deletions.
209 changes: 209 additions & 0 deletions Gopkg.lock

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

48 changes: 48 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
required = [
"github.com/gogo/protobuf/protoc-gen-gogo",
"github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway",
"github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger",
"github.com/mwitkow/go-proto-validators/protoc-gen-govalidators",
]

[prune]
go-tests = true
unused-packages = true
non-go = true

[[prune.project]]
name = "github.com/gogo/protobuf"
non-go = false

[[prune.project]]
name = "github.com/gogo/googleapis"
non-go = false

[[prune.project]]
name = "github.com/grpc-ecosystem/grpc-gateway"
non-go = false

[[prune.project]]
name = "github.com/mwitkow/go-proto-validators"
non-go = false

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

[[constraint]]
name = "github.com/gogo/protobuf"
version = "1.0.0"

[[constraint]]
name = "github.com/grpc-ecosystem/grpc-gateway"
version = "1.3.1"

[[constraint]]
branch = "master"
name = "github.com/mwitkow/go-proto-validators"

[[constraint]]
name = "google.golang.org/grpc"
version = "1.10.0"

Loading

0 comments on commit 5614945

Please sign in to comment.