1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-21 15:06:02 +02:00
gobuster/go.mod
Christian Mehlmauer d4a134734e
update
2020-08-01 15:21:17 +02:00

12 lines
281 B
Modula-2

module github.com/OJ/gobuster/v3
require (
github.com/google/uuid v1.1.1
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect
)
go 1.14