1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/Gopkg.toml
dependabot[bot] 9a6c3c3053 Bump github.com/rs/zerolog from 1.12.0 to 1.13.0 (#268)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.12.0...v1.13.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-18 08:07:27 -04:00

72 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.22.0"
[[constraint]]
name = "github.com/chzyer/readline"
version = "1.4"
[[constraint]]
name = "github.com/PuerkitoBio/goquery"
version = "1.5.0"
[[constraint]]
name = "github.com/gorilla/css"
version = "v1.0.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.13.0"
[[constraint]]
name = "github.com/natefinch/lumberjack"
version = "2.1"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.1"