Skip to content

Commit

Permalink
Commit vendor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Smirnov committed Mar 22, 2018
1 parent 54ed074 commit 1084db5
Show file tree
Hide file tree
Showing 489 changed files with 232,726 additions and 28 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,3 +1,2 @@
.idea
carbonzipper
vendor
146 changes: 128 additions & 18 deletions Gopkg.lock

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

38 changes: 29 additions & 9 deletions Gopkg.toml
@@ -1,7 +1,6 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
Expand All @@ -17,8 +16,13 @@
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
Expand All @@ -41,13 +45,21 @@
branch = "master"
name = "github.com/facebookgo/pidfile"

[[constraint]]
name = "github.com/go-graphite/protocol"
version = "0.1.0"

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

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

[[constraint]]
branch = "master"
name = "github.com/lestrrat/go-file-rotatelogs"
version = "2.1.0"

[[constraint]]
branch = "master"
Expand All @@ -67,12 +79,20 @@

[[constraint]]
name = "github.com/satori/go.uuid"
version = "1.1.0"
version = "1.2.0"

[[constraint]]
name = "go.uber.org/zap"
version = "1.5.0"
version = "1.7.1"

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

[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"
version = "2.1.1"

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

0 comments on commit 1084db5

Please sign in to comment.