mirror of
https://github.com/OJ/gobuster.git
synced 2025-09-23 06:37:40 +02:00
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.34.0 to 0.35.0. - [Commits](https://github.com/golang/term/compare/v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
919 B
Modula-2
32 lines
919 B
Modula-2
module github.com/OJ/gobuster/v3
|
|
|
|
go 1.25
|
|
|
|
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.35.0
|
|
software.sslmate.com/src/go-pkcs12 v0.6.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-20250705151800-55b8f293f342 // indirect
|
|
golang.org/x/crypto v0.41.0 // indirect
|
|
golang.org/x/mod v0.27.0 // indirect
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/tools v0.36.0 // indirect
|
|
mvdan.cc/gofumpt v0.9.0 // indirect
|
|
)
|
|
|
|
tool mvdan.cc/gofumpt
|