-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.24 KB
/
go.mod
File metadata and controls
34 lines (31 loc) · 1.24 KB
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
module github.com/codeGROOVE-dev/sociopath
go 1.25.4
require (
github.com/browserutils/kooky v0.2.4
github.com/codeGROOVE-dev/retry v1.3.0
github.com/codeGROOVE-dev/sfcache v1.4.2
github.com/codeGROOVE-dev/sfcache/pkg/store/localfs v1.4.2
github.com/codeGROOVE-dev/sfcache/pkg/store/null v1.4.2
github.com/corona10/goimagehash v1.1.0
github.com/google/go-cmp v0.7.0
golang.org/x/net v0.48.0
golang.org/x/sync v0.19.0
golang.org/x/term v0.38.0
)
require (
github.com/Velocidex/json v0.0.0-20220224052537-92f3c0326e5a // indirect
github.com/Velocidex/ordereddict v0.0.0-20250821063524-02dc06e46238 // indirect
github.com/Velocidex/yaml/v2 v2.2.8 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/go-sqlite/sqlite3 v0.0.0-20180313105335-53dd8e640ee7 // indirect
github.com/godbus/dbus/v5 v5.2.0 // indirect
github.com/gonuts/binary v0.2.0 // indirect
github.com/keybase/go-keychain v0.0.1 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/zalando/go-keyring v0.2.6 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
www.velocidex.com/golang/go-ese v0.2.0 // indirect
)