1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-18 02:16:02 +02:00
gobuster/go.mod

20 lines
452 B
Modula-2
Raw Normal View History

module github.com/OJ/gobuster/v3
go 1.19
require (
github.com/fatih/color v1.13.0
2022-07-07 14:04:53 +02:00
github.com/google/uuid v1.3.0
2022-10-29 16:34:51 +02:00
github.com/spf13/cobra v1.6.1
golang.org/x/crypto v0.1.0
golang.org/x/term v0.1.0
)
2020-05-08 10:59:45 +02:00
2022-09-10 21:52:11 +02:00
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
2022-09-10 21:52:11 +02:00
github.com/spf13/pflag v1.0.5 // indirect
2022-10-29 16:34:51 +02:00
golang.org/x/sys v0.1.0 // indirect
2022-09-10 21:52:11 +02:00
)