2018-09-18 22:42:38 +02:00
|
|
|
# Gopkg.toml example
|
|
|
|
#
|
|
|
|
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
|
|
[prune]
|
|
|
|
go-tests = true
|
|
|
|
unused-packages = true
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/antlr/antlr4"
|
2018-12-19 21:48:49 +02:00
|
|
|
version = "4.7.2"
|
2018-09-18 22:42:38 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/mafredri/cdp"
|
2018-11-05 19:46:57 +02:00
|
|
|
version = "0.20.0"
|
2018-09-18 22:42:38 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/chzyer/readline"
|
|
|
|
version = "1.4"
|
|
|
|
|
|
|
|
[[constraint]]
|
2018-09-28 06:28:33 +02:00
|
|
|
name = "github.com/PuerkitoBio/goquery"
|
2018-11-16 19:03:38 +02:00
|
|
|
version = "1.5.0"
|
2018-09-28 06:28:33 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/gofrs/uuid"
|
2018-11-05 20:37:41 +02:00
|
|
|
version = "3.1.2"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/sethgrid/pester"
|
|
|
|
version = "1.0.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/rs/zerolog"
|
2018-11-21 20:48:23 +02:00
|
|
|
version = "1.11.0"
|
2018-11-05 20:37:41 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/natefinch/lumberjack"
|
|
|
|
version = "2.1"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/pkg/errors"
|
|
|
|
version = "0.8.0"
|
|
|
|
|