1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-21 02:56:03 +02:00
gobuster/go.mod
Christian Mehlmauer 29a4184f50
update
2019-05-21 20:52:50 +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-20190520201301-c432e742b0af // indirect
)