diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-05 05:53:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 05:53:18 -0400 |
commit | 88f8d398b357c60f8b78b8dedf1e1515a534b873 (patch) | |
tree | 6e3fa55f6c32b95c883480844193443b97540531 /test/tools/go.mod | |
parent | 7af4612d6b969329a78b4945c35a641449989a2d (diff) | |
parent | 3866143675a2ccf15095b75b2c97b858d8ef0ab5 (diff) | |
download | podman-88f8d398b357c60f8b78b8dedf1e1515a534b873.tar.gz podman-88f8d398b357c60f8b78b8dedf1e1515a534b873.tar.bz2 podman-88f8d398b357c60f8b78b8dedf1e1515a534b873.zip |
Merge pull request #14098 from Luap99/test-tools
vendor test dependencies instead of installing via network
Diffstat (limited to 'test/tools/go.mod')
-rw-r--r-- | test/tools/go.mod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/tools/go.mod b/test/tools/go.mod new file mode 100644 index 000000000..79d1fabe8 --- /dev/null +++ b/test/tools/go.mod @@ -0,0 +1,9 @@ +module github.com/containers/podman/test/tools + +go 1.16 + +require ( + github.com/cpuguy83/go-md2man/v2 v2.0.2 + github.com/vbatts/git-validation v1.1.0 + golang.org/x/tools v0.1.10 +) |