File: go.mod

package info (click to toggle)
fdroidcl 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,816 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
module mvdan.cc/fdroidcl

require (
	github.com/kr/pretty v0.1.0
	github.com/rogpeppe/go-internal v1.1.0
)