This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Matt Oswalt <[email protected]>
- Loading branch information
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.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.