Skip to content

Commit 8d63536

Browse files
committed
Bump go mod
1 parent 8bceeff commit 8d63536

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

go.mod

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/crazy-max/WindowsSpyBlocker
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/0xrawsec/golang-evtx v1.2.9
@@ -18,3 +18,15 @@ require (
1818
github.com/pkg/errors v0.9.1
1919
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
2020
)
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

Comments
 (0)