mirror of https://github.com/containers/podman.git
25 lines
796 B
Modula-2
25 lines
796 B
Modula-2
module github.com/containers/podman/test/tools
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.3
|
|
github.com/onsi/ginkgo/v2 v2.14.0
|
|
github.com/vbatts/git-validation v1.2.1
|
|
golang.org/x/tools v0.17.0
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
|
github.com/hashicorp/go-version v1.3.0 // indirect
|
|
github.com/magefile/mage v1.14.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|