1
1
mirror of https://github.com/OJ/gobuster.git synced 2025-09-23 06:37:40 +02:00
gobuster/go.mod
Christian Mehlmauer 7bbf6f2868 update
2025-06-30 09:43:41 +02:00

32 lines
919 B
Modula-2

module github.com/OJ/gobuster/v3
go 1.24
require (
github.com/fatih/color v1.18.0
github.com/google/uuid v1.6.0
github.com/pin/tftp/v3 v3.1.0
github.com/urfave/cli/v2 v2.27.7
go.uber.org/automaxprocs v1.6.0
golang.org/x/term v0.32.0
software.sslmate.com/src/go-pkcs12 v0.5.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/tools v0.34.0 // indirect
mvdan.cc/gofumpt v0.8.0 // indirect
)
tool mvdan.cc/gofumpt