summaryrefslogtreecommitdiff
path: root/go.mod
blob: 5409145c1e486cd4f2900100de9f5c7bff31e45e (plain)
1
2
3
4
5
6
7
8
9
module github.com/alexflint/go-scalar

go 1.15

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/stretchr/testify v1.2.2
)