github.com/ktr0731/dept@v0.1.4-0.20191208040738-06ee3ca97c03/go.mod (about)

     1  module github.com/ktr0731/dept
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/davecgh/go-spew v1.1.1 // indirect
     7  	github.com/google/go-cmp v0.2.0
     8  	github.com/hashicorp/go-multierror v1.0.0
     9  	github.com/hashicorp/go-version v1.0.0
    10  	github.com/ktr0731/modfile v1.11.2
    11  	github.com/mattn/go-isatty v0.0.4 // indirect
    12  	github.com/mitchellh/cli v1.0.0
    13  	github.com/mitchellh/copystructure v1.0.0
    14  	github.com/pkg/errors v0.8.0
    15  	github.com/pmezard/go-difflib v1.0.0 // indirect
    16  	github.com/stretchr/testify v1.2.2 // indirect
    17  	go.uber.org/goleak v0.10.0
    18  	golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
    19  	golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
    20  )