1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/Gopkg.toml

29 lines
715 B
TOML
Raw Normal View History

2017-07-19 19:40:44 -07: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"
2017-08-05 14:21:09 -07:00
[[constraint]]
name = "github.com/mxpv/podcast"
2017-08-13 20:55:00 -07:00
branch = "master"
[[constraint]]
name = "github.com/speps/go-hashids"
revision = "c6ced3330f133cec79e144fb11b2e4c5154059ae"