github.com/goradd/got@v1.1.1/go.mod (about)

     1  module github.com/goradd/got
     2  
     3  require (
     4  	github.com/goradd/gofile v1.1.1
     5  	github.com/stretchr/testify v1.8.4
     6  )
     7  
     8  require (
     9  	github.com/davecgh/go-spew v1.1.1 // indirect
    10  	github.com/pmezard/go-difflib v1.0.0 // indirect
    11  	gopkg.in/yaml.v3 v3.0.1 // indirect
    12  )
    13  
    14  go 1.20