2017-11-22 20:39:52 +00:00
|
|
|
# Gopkg.toml example
|
|
|
|
#
|
2019-05-24 22:03:06 +00:00
|
|
|
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
|
2017-11-22 20:39:52 +00:00
|
|
|
# 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]]
|
2019-05-24 22:03:06 +00:00
|
|
|
# name = "github.com/x/y"
|
|
|
|
# version = "2.4.0"
|
|
|
|
#
|
|
|
|
# [prune]
|
|
|
|
# non-go = false
|
|
|
|
# go-tests = true
|
|
|
|
# unused-packages = true
|
2017-11-22 20:39:52 +00:00
|
|
|
|
|
|
|
|
2019-05-24 22:03:06 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/Luzifer/go_helpers"
|
|
|
|
version = "2.9.0"
|
|
|
|
|
2017-11-22 20:39:52 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/Luzifer/rconfig"
|
2019-05-24 22:03:06 +00:00
|
|
|
version = "2.2.1"
|
2017-11-22 20:39:52 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/aws/aws-sdk-go"
|
2019-05-24 22:03:06 +00:00
|
|
|
version = "1.19.37"
|
2017-11-22 20:39:52 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
2019-05-24 22:03:06 +00:00
|
|
|
name = "github.com/gorilla/mux"
|
|
|
|
version = "1.7.2"
|
2017-11-22 20:39:52 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
2019-05-24 22:03:06 +00:00
|
|
|
name = "github.com/gosimple/slug"
|
|
|
|
version = "1.5.0"
|
2017-11-22 20:39:52 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
2019-05-24 22:03:06 +00:00
|
|
|
name = "github.com/pkg/errors"
|
|
|
|
version = "0.8.1"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/sirupsen/logrus"
|
|
|
|
version = "1.4.2"
|
|
|
|
|
|
|
|
[prune]
|
|
|
|
non-go = true
|
|
|
|
go-tests = true
|
|
|
|
unused-packages = true
|