github.com/magodo/ged@v0.0.0-20230330082724-5cc965b061e6/go.mod (about)

     1  module github.com/magodo/ged
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/stretchr/testify v1.7.0
     7  	golang.org/x/tools v0.1.9
     8  )
     9  
    10  require (
    11  	github.com/davecgh/go-spew v1.1.0 // indirect
    12  	github.com/pmezard/go-difflib v1.0.0 // indirect
    13  	golang.org/x/mod v0.5.1 // indirect
    14  	golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
    15  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    16  	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
    17  )