File: go.mod

package info (click to toggle)
golang-github-twpayne-go-xdg 6.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 140 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/twpayne/go-xdg/v6

go 1.16

require (
	github.com/stretchr/testify v1.7.0
	github.com/twpayne/go-vfs/v4 v4.0.0
)