From 9166894c696582ee37893ce92a694ba227744fa0 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 3 May 2022 18:34:38 +0200 Subject: vendor test dependencies instead of installing via network We can vendor the test dependencies such as go-md2man, git-validation and goimports. This allows us to always install the same version as specified in go.mod. Also we do not rely on a network connection for this. The advantage with this method is that dependabot will also update the dependencies for us and we do not have to hardcode versions in the Makefile. Signed-off-by: Paul Holzinger --- vendor/modules.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'vendor/modules.txt') diff --git a/vendor/modules.txt b/vendor/modules.txt index c2c17a6b9..e4e67fceb 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -299,6 +299,10 @@ github.com/coreos/stream-metadata-go/release github.com/coreos/stream-metadata-go/release/rhcos github.com/coreos/stream-metadata-go/stream github.com/coreos/stream-metadata-go/stream/rhcos +# github.com/cpuguy83/go-md2man/v2 v2.0.2 +## explicit +github.com/cpuguy83/go-md2man/v2 +github.com/cpuguy83/go-md2man/v2/md2man # github.com/cyphar/filepath-securejoin v0.2.3 ## explicit github.com/cyphar/filepath-securejoin @@ -439,6 +443,8 @@ github.com/hashicorp/errwrap # github.com/hashicorp/go-multierror v1.1.1 ## explicit github.com/hashicorp/go-multierror +# github.com/hashicorp/go-version v1.2.1 +github.com/hashicorp/go-version # github.com/imdario/mergo v0.3.12 github.com/imdario/mergo # github.com/inconshreveable/mousetrap v1.0.0 @@ -626,6 +632,8 @@ github.com/rootless-containers/rootlesskit/pkg/port/builtin/parent/tcp github.com/rootless-containers/rootlesskit/pkg/port/builtin/parent/udp github.com/rootless-containers/rootlesskit/pkg/port/builtin/parent/udp/udpproxy github.com/rootless-containers/rootlesskit/pkg/port/portutil +# github.com/russross/blackfriday/v2 v2.1.0 +github.com/russross/blackfriday/v2 # github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921 github.com/seccomp/libseccomp-golang # github.com/sirupsen/logrus v1.8.1 @@ -665,6 +673,15 @@ github.com/ulikunitz/xz github.com/ulikunitz/xz/internal/hash github.com/ulikunitz/xz/internal/xlog github.com/ulikunitz/xz/lzma +# github.com/vbatts/git-validation v1.1.0 +## explicit +github.com/vbatts/git-validation +github.com/vbatts/git-validation/git +github.com/vbatts/git-validation/rules/danglingwhitespace +github.com/vbatts/git-validation/rules/dco +github.com/vbatts/git-validation/rules/messageregexp +github.com/vbatts/git-validation/rules/shortsubject +github.com/vbatts/git-validation/validate # github.com/vbatts/tar-split v0.11.2 github.com/vbatts/tar-split/archive/tar github.com/vbatts/tar-split/tar/asm @@ -719,6 +736,10 @@ golang.org/x/crypto/ssh golang.org/x/crypto/ssh/agent golang.org/x/crypto/ssh/internal/bcrypt_pbkdf golang.org/x/crypto/ssh/knownhosts +# golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 +golang.org/x/mod/internal/lazyregexp +golang.org/x/mod/module +golang.org/x/mod/semver # golang.org/x/net v0.0.0-20220225172249-27dd8689420f golang.org/x/net/context golang.org/x/net/html @@ -769,8 +790,22 @@ golang.org/x/text/transform golang.org/x/text/unicode/bidi golang.org/x/text/unicode/norm # golang.org/x/tools v0.1.10 +## explicit +golang.org/x/tools/cmd/goimports +golang.org/x/tools/go/ast/astutil golang.org/x/tools/go/ast/inspector +golang.org/x/tools/internal/event +golang.org/x/tools/internal/event/core +golang.org/x/tools/internal/event/keys +golang.org/x/tools/internal/event/label +golang.org/x/tools/internal/fastwalk +golang.org/x/tools/internal/gocommand +golang.org/x/tools/internal/gopathwalk +golang.org/x/tools/internal/imports golang.org/x/tools/internal/typeparams +# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 +golang.org/x/xerrors +golang.org/x/xerrors/internal # google.golang.org/genproto v0.0.0-20220304144024-325a89244dc8 google.golang.org/genproto/googleapis/rpc/status # google.golang.org/grpc v1.44.0 -- cgit v1.2.3-54-g00ecf