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 1577321686
apply 3.1 changed
2020-05-08 10:59:45 +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-20200429183012-4b2356b1ed79
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
)
go 1.14