1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/Gopkg.toml
dependabot[bot] 61636f106a Bump github.com/mafredri/cdp from 0.20.0 to 0.21.0 (#218)
Bumps [github.com/mafredri/cdp](https://github.com/mafredri/cdp) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/mafredri/cdp/releases)
- [Commits](https://github.com/mafredri/cdp/compare/v0.20.0...v0.21.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-11 11:41:48 -05:00

68 lines
1.3 KiB
TOML

# 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"
version = "4.7.2"
[[constraint]]
name = "github.com/mafredri/cdp"
version = "0.21.0"
[[constraint]]
name = "github.com/chzyer/readline"
version = "1.4"
[[constraint]]
name = "github.com/PuerkitoBio/goquery"
version = "1.5.0"
[[constraint]]
name = "github.com/gofrs/uuid"
version = "3.1.2"
[[constraint]]
name = "github.com/sethgrid/pester"
version = "1.0.0"
[[constraint]]
name = "github.com/rs/zerolog"
version = "1.11.0"
[[constraint]]
name = "github.com/natefinch/lumberjack"
version = "2.1"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.1"