File: go.mod

package info (click to toggle)
golang-github-dennwc-btrfs 0.0~git20240418.0167142-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: makefile: 4; sh: 4
file content (11 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
module github.com/dennwc/btrfs/cmd/gbtrfs

go 1.12

require (
	github.com/dennwc/btrfs v0.0.0-20181021180244-694b569856e3
	github.com/dennwc/ioctl v1.0.0 // indirect
	github.com/inconshreveable/mousetrap v1.0.0 // indirect
	github.com/spf13/cobra v0.0.3
	github.com/spf13/pflag v1.0.3 // indirect
)