github.com/orijtech/structslop@v0.0.9-0.20230520012622-069644583b8b/go.mod (about)

     1  module github.com/orijtech/structslop
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/dave/dst v0.27.2
     7  	golang.org/x/tools v0.8.0
     8  )
     9  
    10  require (
    11  	golang.org/x/mod v0.10.0 // indirect
    12  	golang.org/x/sys v0.7.0 // indirect
    13  )