1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-21 15:06:02 +02:00
gobuster/go.mod
2020-10-19 10:08:47 +10:00

11 lines
238 B
Modula-2

module github.com/OJ/gobuster/v3
require (
github.com/google/uuid v1.1.2
github.com/spf13/cobra v1.1.1
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect
)
go 1.15