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

go 1.22.0

require (
	github.com/alecthomas/assert/v2 v2.11.0
	golang.org/x/tools v0.27.0
)

require (
	github.com/alecthomas/repr v0.4.0 // indirect
	github.com/hexops/gotextdiff v1.0.3 // indirect
	golang.org/x/mod v0.22.0 // indirect
	golang.org/x/sync v0.9.0 // indirect
)