File: go.mod

package info (click to toggle)
golang-github-alecthomas-mango-kong 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: sh: 32; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/alecthomas/mango-kong

go 1.17

require (
	github.com/alecthomas/kong v0.4.0
	github.com/muesli/mango v0.1.1-0.20220205060214-77e2058169ab
	github.com/muesli/roff v0.1.0
)

require github.com/pkg/errors v0.9.1 // indirect