1
0
mirror of https://github.com/Luzifer/repo-template.git synced 2024-09-20 09:32:58 +00:00
repo-template/Gopkg.toml

60 lines
1.2 KiB
TOML
Raw Normal View History

2018-02-07 09:03:05 +00:00
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
2018-02-07 09:03:05 +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]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
2018-02-07 09:03:05 +00:00
[[constraint]]
name = "github.com/Luzifer/go_helpers"
version = "2.9.1"
2018-02-07 09:03:05 +00:00
[[constraint]]
name = "github.com/Luzifer/rconfig"
version = "2.2.1"
2018-02-07 09:03:05 +00:00
[[constraint]]
name = "github.com/flosch/pongo2"
version = "3.0.0"
2018-02-07 09:03:05 +00:00
[[constraint]]
name = "github.com/google/go-github"
version = "24.0.1"
2018-02-07 09:03:05 +00:00
[[constraint]]
name = "github.com/gosimple/slug"
version = "1.5.0"
2018-02-07 09:03:05 +00:00
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.4.1"
2018-02-07 09:03:05 +00:00
[[constraint]]
branch = "master"
name = "golang.org/x/oauth2"
[prune]
non-go = true
go-tests = true
unused-packages = true