File: go.mod

package info (click to toggle)
golang-github-twpayne-go-vfs 4.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: makefile: 30
file content (10 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/twpayne/go-vfs/v4

go 1.16

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/stretchr/testify v1.7.0
	golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)