We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bceeff commit 8d63536Copy full SHA for 8d63536
1 file changed
go.mod
@@ -1,6 +1,6 @@
1
module github.com/crazy-max/WindowsSpyBlocker
2
3
-go 1.16
+go 1.17
4
5
require (
6
github.com/0xrawsec/golang-evtx v1.2.9
@@ -18,3 +18,15 @@ require (
18
github.com/pkg/errors v0.9.1
19
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
20
)
21
+
22
+require (
23
+ github.com/0xrawsec/golang-utils v1.3.0 // indirect
24
+ github.com/akavel/rsrc v0.10.2 // indirect
25
+ github.com/akyoto/colorable v0.1.7 // indirect
26
+ github.com/akyoto/tty v0.1.4 // indirect
27
+ github.com/andybalholm/cascadia v1.3.1 // indirect
28
+ golang.org/x/mod v0.4.2 // indirect
29
+ golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
30
+ golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
31
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
32
+)
0 commit comments