1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-18 02:16:02 +02:00
gobuster/go.mod
2021-02-25 00:35:51 +01:00

11 lines
236 B
Modula-2

module github.com/OJ/gobuster/v3
require (
github.com/google/uuid v1.2.0
github.com/spf13/cobra v1.1.3
golang.org/x/sys v0.0.0-20210223212115-eede4237b368 // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
)
go 1.16