1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-21 15:06:02 +02:00
gobuster/go.mod
Christian Mehlmauer c3fed5e2f2 update
2023-02-20 09:31:46 +01:00

22 lines
520 B
Modula-2

module github.com/OJ/gobuster/v3
go 1.19
require (
github.com/fatih/color v1.14.1
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.6.0
golang.org/x/term v0.5.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.17 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
)