github.com/podhmo/reflect-shape@v0.4.3/go.mod (about)

     1  module github.com/podhmo/reflect-shape
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/google/go-cmp v0.5.9
     7  	github.com/podhmo/commentof v0.1.4
     8  	golang.org/x/tools v0.6.0
     9  )
    10  
    11  require (
    12  	golang.org/x/mod v0.8.0 // indirect
    13  	golang.org/x/sys v0.5.0 // indirect
    14  )