File: go.mod

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

go 1.17

require (
	github.com/muesli/mango v0.1.0
	github.com/muesli/mango-pflag v0.1.0
	github.com/muesli/roff v0.1.0
	github.com/spf13/cobra v1.5.0
)

require (
	github.com/inconshreveable/mousetrap v1.0.0 // indirect
	github.com/spf13/pflag v1.0.5 // indirect
)