2017-12-08 12:03:10 +00:00
|
|
|
|
|
|
|
# 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]]
|
|
|
|
name = "github.com/Luzifer/rconfig"
|
2019-01-21 14:27:20 +00:00
|
|
|
version = "v2.2.0"
|
2017-12-08 12:03:10 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/aws/aws-sdk-go"
|
2019-01-21 14:27:20 +00:00
|
|
|
version = "v1.16.22"
|
2017-12-08 12:03:10 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/flosch/pongo2"
|
2017-12-29 22:13:47 +00:00
|
|
|
branch = "master"
|
2017-12-08 12:03:10 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/gorilla/mux"
|
2019-01-21 14:27:20 +00:00
|
|
|
version = "v1.6.2"
|
2017-12-08 12:03:10 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/gorilla/sessions"
|
2019-01-21 14:27:20 +00:00
|
|
|
version = "v1.1.3"
|
2017-12-08 12:03:10 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/satori/go.uuid"
|
2019-01-21 14:27:20 +00:00
|
|
|
version = "v1.2.0"
|
2017-12-08 12:03:10 +00:00
|
|
|
|
2017-12-24 19:12:49 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/sirupsen/logrus"
|
2019-01-21 14:27:20 +00:00
|
|
|
version = "v1.3.0"
|
2017-12-24 19:12:49 +00:00
|
|
|
|
2017-12-08 12:03:10 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/xuyu/goredis"
|
2019-01-21 14:27:20 +00:00
|
|
|
revision = "89fbe9474b3758ff3adf0b7b29c95aeed115fb7b"
|
2017-12-24 18:44:24 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "golang.org/x/crypto"
|
2019-01-21 14:27:20 +00:00
|
|
|
revision = "ff983b9c42bc9fbf91556e191cc8efb585c16908"
|