1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-21 15:06:02 +02:00
gobuster/go.mod
2022-07-07 14:04:53 +02:00

11 lines
236 B
Modula-2

module github.com/OJ/gobuster/v3
require (
github.com/google/uuid v1.3.0
github.com/spf13/cobra v1.5.0
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
)
go 1.16