aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-toolsmith/astfmt/go.mod
blob: d23db156624a57aa8aea73ab67babce510121319 (plain)
1
2
3
4
5
6
module github.com/go-toolsmith/astfmt

require (
	github.com/go-toolsmith/astequal v1.0.0 // indirect
	github.com/go-toolsmith/strparse v1.0.0
)