File: go.mod

package info (click to toggle)
golang-github-apparentlymart-go-userdirs 0.0~git20200915.b0c018a-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/apparentlymart/go-userdirs

go 1.12

require (
	github.com/google/go-cmp v0.3.0
	golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862
)