Codebase list gobuster / f36953a9-f5a2-4b42-bbe8-3cd689be45c2/upstream/3.4.0+git20221219.1.c49ddbf go.mod
f36953a9-f5a2-4b42-bbe8-3cd689be45c2/upstream/3.4.0+git20221219.1.c49ddbf

Tree @f36953a9-f5a2-4b42-bbe8-3cd689be45c2/upstream/3.4.0+git20221219.1.c49ddbf (Download .tar.gz)

go.mod @f36953a9-f5a2-4b42-bbe8-3cd689be45c2/upstream/3.4.0+git20221219.1.c49ddbfraw · 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/pin/tftp/v3 v3.0.0
	github.com/spf13/cobra v1.6.1
	golang.org/x/crypto v0.4.0
	golang.org/x/term v0.3.0
)

require (
	github.com/inconshreveable/mousetrap v1.1.0 // 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/net v0.4.0 // indirect
	golang.org/x/sys v0.3.0 // indirect
)