-
-
Notifications
You must be signed in to change notification settings - Fork 362
/
go.mod
32 lines (29 loc) · 1.16 KB
/
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
25
26
27
28
29
30
31
32
module github.com/crazy-max/WindowsSpyBlocker
go 1.18
require (
github.com/0xrawsec/golang-evtx v1.2.9
github.com/PuerkitoBio/goquery v1.8.0
github.com/akyoto/color v1.8.12
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/cevaris/ordered_map v0.0.0-20190319150403-3adeae072e73
github.com/go-ole/go-ole v1.2.6
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/josephspurrier/goversioninfo v1.4.0
github.com/kevinburke/go-bindata v3.24.0+incompatible
github.com/magefile/mage v1.14.0
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2
github.com/miekg/dns v1.1.50
github.com/pkg/errors v0.9.1
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a
)
require (
github.com/0xrawsec/golang-utils v1.3.0 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/akyoto/colorable v0.1.7 // indirect
github.com/akyoto/tty v0.1.4 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)