Codebase list golang-github-alexflint-go-scalar / fresh-snapshots/upstream go.mod
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

go.mod @fresh-snapshots/upstreamraw · history · blame

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
)