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 64eb67b8ee
update
2021-04-26 15:31:01 +02:00

11 lines
236 B
Modula-2

module github.com/OJ/gobuster/v3
require (
github.com/google/uuid v1.2.0
github.com/spf13/cobra v1.1.3
golang.org/x/sys v0.0.0-20210426080607-c94f62235c83 // indirect
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
)
go 1.16