1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-21 02:56:03 +02:00
gobuster/go.mod
dependabot[bot] cf4aa90ab7
Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#358)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 08:43:36 +02:00

19 lines
480 B
Modula-2

module github.com/OJ/gobuster/v3
go 1.19
require (
github.com/fatih/color v1.13.0
github.com/google/uuid v1.3.0
github.com/spf13/cobra v1.6.0
golang.org/x/term v0.0.0-20220919170432-7a66f970e087
)
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
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875 // indirect
)