1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-04-20 05:13:47 +02:00
gobuster/go.mod
dependabot[bot] 697dd9dd11
Bump golang.org/x/net from 0.11.0 to 0.17.0 (#454)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 00:56:58 +02:00

22 lines
524 B
Modula-2

module github.com/OJ/gobuster/v3
go 1.19
require (
github.com/fatih/color v1.15.0
github.com/google/uuid v1.3.0
github.com/pin/tftp/v3 v3.0.0
github.com/spf13/cobra v1.7.0
golang.org/x/crypto v0.14.0
golang.org/x/term v0.13.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.19 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)