File: go.mod

package info (click to toggle)
golang-sourcehut-emersion-go-scfg 0.0~git20211215.c2c7a15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 76 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
7
8
module git.sr.ht/~emersion/go-scfg

go 1.15

require (
	github.com/davecgh/go-spew v1.1.1
	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
)