File: go.mod

package info (click to toggle)
golang-gopkg-src-d-go-billy.v4 4.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 280 kB
  • sloc: makefile: 21
file content (8 lines) | stat: -rw-r--r-- 233 bytes parent folder | download
1
2
3
4
5
6
7
8
module gopkg.in/src-d/go-billy.v4

require (
	github.com/kr/pretty v0.1.0 // indirect
	github.com/kr/pty v1.1.8 // indirect
	golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
)