github.com/docker/import-restrictions@v0.0.0-20200820154456-7e04b6301b4d/go.mod (about)

     1  module github.com/docker/import-restrictions
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/google/go-cmp v0.5.1 // indirect
     7  	github.com/hashicorp/go-multierror v1.1.0
     8  	github.com/pkg/errors v0.9.1
     9  	github.com/urfave/cli/v2 v2.2.0
    10  	gopkg.in/yaml.v2 v2.3.0
    11  	gotest.tools/v3 v3.0.2
    12  )