amazon-kinesis-client-go/Gopkg.toml
Nathan Leiby b0196cf7b0 Remove self-references in Gopkg.toml
Issue: https://clever.atlassian.net/browse/IL-200

We accidentally introduced self-references into some Gopkg.toml files.
Let's remove them!

More context: https://github.com/golang/dep/issues/1690
2018-02-16 13:14:07 -08:00

36 lines
789 B
TOML

# 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/Clever/syslogparser"
[[constraint]]
name = "github.com/stretchr/testify"
[[constraint]]
name = "golang.org/x/time"
[[constraint]]
name = "gopkg.in/Clever/kayvee-go.v6"
version = "6.0.0"