File: go.mod

package info (click to toggle)
golang-github-anacrolix-fuse 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,000 kB
  • sloc: makefile: 5; sh: 3
file content (13 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/anacrolix/fuse

go 1.13

require (
	github.com/anacrolix/envpprof v1.3.0
	github.com/anacrolix/log v0.14.1 // indirect
	github.com/dvyukov/go-fuzz v0.0.0-20220726122315-1d375ef9f9f6
	github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
	github.com/stephens2424/writerset v1.0.2 // indirect
	github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c
	golang.org/x/sys v0.10.0
)