diff --git a/go.mod b/go.mod index 7bbfc989e..757bf034d 100644 --- a/go.mod +++ b/go.mod @@ -7,14 +7,25 @@ require ( github.com/cheekybits/genny v0.0.0-20160824153601-e8e29e67948b github.com/docker/docker v0.0.0-20161109014415-383a2f046b16 github.com/fatih/color v0.0.0-20161025120501-bf82308e8c85 - github.com/mattn/go-colorable v0.0.9 - github.com/mattn/go-isatty v0.0.4 - github.com/miekg/dns v0.0.0-20161018060808-58f52c57ce9d + github.com/miekg/dns v1.1.25 github.com/oleiade/reflections v0.0.0-20160817071559-0e86b3c98b2f - github.com/onsi/gomega v0.0.0-20161031154339-ff4bc6b6f9f5 + github.com/onsi/gomega v1.10.1 github.com/opencontainers/runc v0.0.0-20161107232042-8779fa57eb4a github.com/patrickmn/go-cache v2.0.0+incompatible github.com/urfave/cli v0.0.0-20161102131801-d86a009f5e13 - golang.org/x/sys v0.0.0-20181210030007-2a47403f2ae5 - gopkg.in/yaml.v2 v2.0.0-20160928153709-a5b47d31c556 + gopkg.in/yaml.v2 v2.3.0 +) + +require ( + github.com/mattn/go-colorable v0.0.9 // indirect + github.com/mattn/go-isatty v0.0.4 // indirect + github.com/onsi/ginkgo v1.16.5 // indirect + github.com/stretchr/testify v1.8.4 // indirect + golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect + golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect + golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect + golang.org/x/sys v0.0.0-20210112080510-489259a85091 // indirect + golang.org/x/text v0.3.3 // indirect + golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect )