Skip to content

Commit

Permalink
Merge pull request #4 from pieterlouw/addDep
Browse files Browse the repository at this point in the history
Add dep support
  • Loading branch information
pieterlouw authored Apr 11, 2018
2 parents 0025ce2 + bb90d8b commit d3d4d7c
Show file tree
Hide file tree
Showing 129 changed files with 29,540 additions and 0 deletions.
75 changes: 75 additions & 0 deletions Gopkg.lock

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

62 changes: 62 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


ignored = [
"github.com/mholt/caddy",
"github.com/mholt/caddy/caddyhttp/httpserver",
"golang.org/x/net/context",
"golang.org/x/net/context/ctxhttp",
"golang.org/x/net/http2",
"golang.org/x/net/http2/hpack",
"golang.org/x/net/idna",
"golang.org/x/net/internal/timeseries",
"golang.org/x/net/lex/httplex",
"golang.org/x/net/trace",
"golang.org/x/text/internal/gen",
"golang.org/x/text/internal/triegen",
"golang.org/x/text/internal/ucd",
"golang.org/x/text/transform",
"golang.org/x/text/unicode/cldr",
"golang.org/x/text/unicode/norm",
"golang.org/x/text/width",
]

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

[[constraint]]
branch = "master"
name = "github.com/mwitkow/grpc-proxy"

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

[prune]
go-tests = true
unused-packages = true
3 changes: 3 additions & 0 deletions vendor/github.com/golang/protobuf/AUTHORS

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

3 changes: 3 additions & 0 deletions vendor/github.com/golang/protobuf/CONTRIBUTORS

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

31 changes: 31 additions & 0 deletions vendor/github.com/golang/protobuf/LICENSE

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

43 changes: 43 additions & 0 deletions vendor/github.com/golang/protobuf/proto/Makefile

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

Loading

0 comments on commit d3d4d7c

Please sign in to comment.