1 2 3 4 5 6 7 8
module github.com/alexflint/go-arg require ( github.com/alexflint/go-scalar v1.1.0 github.com/stretchr/testify v1.7.0 ) go 1.13