Codebase list gobuster / run/94249ee0-4406-466f-97e5-d59210d22b69/upstream go.mod
run/94249ee0-4406-466f-97e5-d59210d22b69/upstream

Tree @run/94249ee0-4406-466f-97e5-d59210d22b69/upstream (Download .tar.gz)

go.mod @run/94249ee0-4406-466f-97e5-d59210d22b69/upstreamraw · history · blame

module github.com/OJ/gobuster/v3

go 1.19

require (
	github.com/fatih/color v1.13.0
	github.com/google/uuid v1.3.0
	github.com/spf13/cobra v1.6.1
	golang.org/x/crypto v0.1.0
	golang.org/x/term v0.1.0
)

require (
	github.com/inconshreveable/mousetrap v1.0.1 // indirect
	github.com/mattn/go-colorable v0.1.13 // indirect
	github.com/mattn/go-isatty v0.0.16 // indirect
	github.com/spf13/pflag v1.0.5 // indirect
	golang.org/x/sys v0.1.0 // indirect
)