summaryrefslogtreecommitdiff
path: root/go.mod
blob: 14c61194f5887fd8fcb4f5c46f12019163842b1e (plain)
1
2
3
4
5
6
7
8
module github.com/alexflint/go-arg

require (
	github.com/alexflint/go-scalar v1.0.0
	github.com/stretchr/testify v1.2.2
)

go 1.13