Skip to content

Commit

Permalink
change golide to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zhexuany committed Dec 10, 2017
1 parent 8f5f071 commit 349d6d8
Show file tree
Hide file tree
Showing 1,585 changed files with 153,188 additions and 21,272 deletions.
267 changes: 267 additions & 0 deletions Gopkg.lock

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

89 changes: 89 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# 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"


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

[[constraint]]
name = "github.com/Sirupsen/logrus"
version = "0.11.5"

[[constraint]]
branch = "master"
name = "github.com/blacktear23/go-proxyprotocol"

[[constraint]]
name = "github.com/coreos/etcd"
version = "3.2.6"

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

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

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

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

[[constraint]]
name = "github.com/grpc-ecosystem/go-grpc-prometheus"
version = "1.1.0"

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

[[constraint]]
name = "github.com/opentracing/opentracing-go"
version = "1.0.0"

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

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

[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"

[[constraint]]
name = "github.com/spaolacci/murmur3"
version = "1.0.0"

[[constraint]]
name = "github.com/uber/jaeger-client-go"
version = "2.8.0"

[[constraint]]
name = "gopkg.in/natefinch/lumberjack.v2"
version = "2.0.0"
Loading

0 comments on commit 349d6d8

Please sign in to comment.