File: go.mod

package info (click to toggle)
golang-github-moby-sys 0.0~git20231105.a4e0878-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 508 kB
  • sloc: makefile: 55
file content (8 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module github.com/moby/sys/mount

go 1.16

require (
	github.com/moby/sys/mountinfo v0.6.2
	golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
)