1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-18 14:26:04 +02:00
gobuster/go.mod
2019-05-24 16:42:21 +02:00

9 lines
229 B
Modula-2

module github.com/OJ/gobuster/v3
require (
github.com/google/uuid v1.1.1
github.com/spf13/cobra v0.0.4
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
golang.org/x/sys v0.0.0-20190524122548-abf6ff778158 // indirect
)