module github.com/alecthomas/go-check-sumtype

go 1.18

require (
	github.com/alecthomas/assert/v2 v2.2.2
	golang.org/x/tools v0.2.0
)

require (
	github.com/alecthomas/repr v0.2.0 // indirect
	github.com/hexops/gotextdiff v1.0.3 // indirect
	golang.org/x/mod v0.6.0 // indirect
	golang.org/x/sys v0.1.0 // indirect
)
