Codebase list gobuster / a4718b0a-4e1d-4047-9c52-6e42a14f9618/upstream go.mod
a4718b0a-4e1d-4047-9c52-6e42a14f9618/upstream

Tree @a4718b0a-4e1d-4047-9c52-6e42a14f9618/upstream (Download .tar.gz)

go.mod @a4718b0a-4e1d-4047-9c52-6e42a14f9618/upstreamraw · history · blame

module github.com/OJ/gobuster/v3

require (
	github.com/google/uuid v1.1.1
	github.com/spf13/cobra v1.0.0
	github.com/spf13/pflag v1.0.5 // indirect
	golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
	golang.org/x/sys v0.0.0-20200810151505-1b9f1253b3ed // indirect
)

go 1.15