Codebase list gobuster / fresh-snapshots/upstream go.mod
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

go.mod @fresh-snapshots/upstreamraw · history · blame

module github.com/OJ/gobuster/v3

require (
	github.com/google/uuid v1.3.0
	github.com/spf13/cobra v1.5.0
	golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
)

require (
	github.com/inconshreveable/mousetrap v1.0.1 // indirect
	github.com/spf13/pflag v1.0.5 // indirect
	golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2 // indirect
)

go 1.17