-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
24 lines (21 loc) · 842 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/malice-plugins/team-cymru
go 1.23
require (
github.com/crackcomm/go-clitable v0.0.0-20221128132333-2488a876f62c
github.com/levigross/grequests v0.0.0-20231203190023-9c307ef1f48d
github.com/parnurzeal/gorequest v0.3.0
github.com/urfave/cli v1.22.16
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/elazarl/goproxy v0.0.0-20240909085733-6741dbfc16a1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
golang.org/x/net v0.31.0 // indirect
)