mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-14 11:23:02 +02:00
b8c7d323cc
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/rs/zerolog/releases) - [Commits](https://github.com/rs/zerolog/compare/v1.10.0...v1.10.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
68 lines
1.3 KiB
TOML
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.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/mafredri/cdp"
|
|
version = "0.20.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/chzyer/readline"
|
|
version = "1.4"
|
|
|
|
[[constraint]]
|
|
name = "github.com/PuerkitoBio/goquery"
|
|
version = "1.4.1"
|
|
|
|
[[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.10.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/natefinch/lumberjack"
|
|
version = "2.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/pkg/errors"
|
|
version = "0.8.0"
|
|
|