1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-06 23:26:02 +02:00

go mod tidy

This commit is contained in:
firefart 2022-09-10 21:52:11 +02:00
parent be543c28f7
commit 9ea1da42f7

8
go.mod
View File

@ -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