Codebase list golang-github-vbatts-go-mtree / 646a2674-a44a-4496-a88c-2c4f2e843724/main go.mod
646a2674-a44a-4496-a88c-2c4f2e843724/main

Tree @646a2674-a44a-4496-a88c-2c4f2e843724/main (Download .tar.gz)

go.mod @646a2674-a44a-4496-a88c-2c4f2e843724/mainraw · history · blame

module github.com/vbatts/go-mtree

go 1.17

require (
	github.com/davecgh/go-spew v1.1.1
	github.com/fatih/color v1.13.0
	github.com/sirupsen/logrus v1.8.1
	github.com/urfave/cli/v2 v2.10.3
	golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
	golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e
)

require (
	github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
	github.com/mattn/go-colorable v0.1.12 // indirect
	github.com/mattn/go-isatty v0.0.14 // indirect
	github.com/russross/blackfriday/v2 v2.1.0 // indirect
	github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
)