2018-07-17 00:20:23 +03: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"
|
|
|
|
#
|
|
|
|
# [prune]
|
|
|
|
# non-go = false
|
|
|
|
# go-tests = true
|
|
|
|
# unused-packages = true
|
|
|
|
|
2018-07-19 19:10:45 +03:00
|
|
|
[prune]
|
|
|
|
go-tests = true
|
|
|
|
unused-packages = true
|
2018-07-17 00:20:23 +03:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/gorilla/mux"
|
2019-07-01 07:34:29 +03:00
|
|
|
version = "1.7.3"
|
2018-07-17 00:20:23 +03:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/phayes/freeport"
|
|
|
|
version = "1.0.2"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/shurcooL/vfsgen"
|
2018-07-30 19:22:52 +03:00
|
|
|
branch = "master"
|
2018-07-17 00:20:23 +03:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/skratchdot/open-golang"
|
2018-07-30 19:22:52 +03:00
|
|
|
branch = "master"
|
2018-07-17 00:20:23 +03:00
|
|
|
|
2018-07-17 21:23:14 +03:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/fatih/color"
|
|
|
|
version = "1.7.0"
|
2018-07-19 14:33:16 +03:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/spf13/cobra"
|
2019-06-23 15:16:13 +03:00
|
|
|
version = "v0.0.5"
|
2018-07-19 14:33:16 +03:00
|
|
|
|
2018-07-19 19:10:45 +03:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/dustin/go-humanize"
|
2018-07-30 19:22:52 +03:00
|
|
|
branch = "master"
|
2018-07-29 19:11:33 +03:00
|
|
|
|
|
|
|
[[constraint]]
|
2018-09-14 13:40:31 +03:00
|
|
|
name = "github.com/99designs/gqlgen"
|
2019-08-08 07:33:06 +03:00
|
|
|
version = "0.9.2"
|
2018-07-30 19:22:52 +03:00
|
|
|
|
|
|
|
[[constraint]]
|
2018-12-25 22:46:55 +03:00
|
|
|
name = "github.com/MichaelMure/gocui"
|
2019-04-10 21:30:34 +03:00
|
|
|
branch = "master"
|
|
|
|
|
|
|
|
[[override]]
|
|
|
|
name = "golang.org/x/tools"
|
2019-07-07 14:36:05 +03:00
|
|
|
revision = "7e5bf9270d7061560865b8847c378236480f47e3"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/blang/semver"
|
|
|
|
version = "3.6.1"
|
2019-07-09 23:54:01 +03:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/xanzy/go-gitlab"
|
2019-08-16 07:24:03 +03:00
|
|
|
version = "0.20.0"
|
2019-08-18 00:46:10 +03:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "golang.org/x/sync"
|