File: go.mod

package info (click to toggle)
golang-github-muesli-mango-pflag 0.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 3
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/muesli/mango-pflag

go 1.17

require (
	github.com/muesli/mango v0.1.0
	github.com/muesli/roff v0.1.0
	github.com/spf13/pflag v1.0.5
)