github.com/danhper/asdf-exec@v0.1.3-0.20230723223931-b71340b83071/go.mod (about)

     1  module github.com/danhper/asdf-exec
     2  
     3  go 1.17
     4  
     5  require github.com/stretchr/testify v1.7.0
     6  
     7  require (
     8  	github.com/davecgh/go-spew v1.1.0 // indirect
     9  	github.com/pmezard/go-difflib v1.0.0 // indirect
    10  	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
    11  )