-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathgo.mod
41 lines (38 loc) · 1.47 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
33
34
35
36
37
38
39
40
41
module searchall3.5
go 1.20
require (
github.com/gocarina/gocsv v0.0.0-20230616125104-99d496ca653d
github.com/godbus/dbus/v5 v5.1.0
github.com/gookit/slog v0.5.4
github.com/mattn/go-sqlite3 v1.14.17
github.com/otiai10/copy v1.12.0
github.com/ppacher/go-dbus-keyring v1.0.1
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
github.com/stretchr/testify v1.8.4
github.com/syndtr/goleveldb v1.0.0
github.com/tidwall/gjson v1.16.0
github.com/urfave/cli/v2 v2.25.7
golang.org/x/crypto v0.12.0
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
golang.org/x/sys v0.11.0
golang.org/x/text v0.12.0
www.velocidex.com/golang/go-ntfs v0.1.1
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/gookit/goutil v0.6.12 // indirect
github.com/gookit/gsr v0.1.0 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sync v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)