File: go.mod

package info (click to toggle)
golang-github-alexflint-go-arg 1.3.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 264 kB
  • sloc: sh: 21; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (2)
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