Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Sep 10, 2022
1 parent be543c2 commit 9ea1da4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ module github.com/OJ/gobuster/v3

require (
github.com/google/uuid v1.3.0
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/spf13/cobra v1.5.0
golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2 // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
)

require (
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2 // indirect
)

go 1.17

0 comments on commit 9ea1da4

Please sign in to comment.