module github.com/tenntenn/modver

go 1.15

require (
	github.com/google/go-cmp v0.5.2
	github.com/hashicorp/go-version v1.2.1
)
