github.com/wedaly/gospelunk@v0.0.0-20240506220214-89e2d4a79789/go.mod (about)

     1  module github.com/wedaly/gospelunk
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/spf13/cobra v1.8.0
     7  	github.com/stretchr/testify v1.9.0
     8  	golang.org/x/tools v0.21.0
     9  )
    10  
    11  require (
    12  	github.com/davecgh/go-spew v1.1.1 // indirect
    13  	github.com/inconshreveable/mousetrap v1.1.0 // indirect
    14  	github.com/pmezard/go-difflib v1.0.0 // indirect
    15  	github.com/spf13/pflag v1.0.5 // indirect
    16  	golang.org/x/mod v0.17.0 // indirect
    17  	golang.org/x/sync v0.7.0 // indirect
    18  	gopkg.in/yaml.v3 v3.0.1 // indirect
    19  )