File: go.mod

package info (click to toggle)
golang-github-hanwen-go-fuse 2.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,392 kB
  • sloc: cpp: 78; sh: 45; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/hanwen/go-fuse/v2

require (
	github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
	github.com/moby/sys/mountinfo v0.6.2
	golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
	golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
)

go 1.13