Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Move to dep
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Oswalt <[email protected]>
  • Loading branch information
Mierdin committed Nov 24, 2018
1 parent a125b26 commit bf75080
Show file tree
Hide file tree
Showing 5,178 changed files with 327 additions and 1,581,980 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
257 changes: 257 additions & 0 deletions Gopkg.lock

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

70 changes: 70 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# 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


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

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

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

[[constraint]]
name = "github.com/influxdata/influxdb"
version = "~1.6.3"

[[constraint]]
branch = "master"
name = "github.com/mattn/go-sqlite3"

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

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

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

[[constraint]]
name = "gopkg.in/gcfg.v1"
version = "1.2.3"

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

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

0 comments on commit bf75080

Please sign in to comment.