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

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