forked from browserutils/kooky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 851 Bytes
/
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
module github.com/jeremy-cxf/kooky
go 1.21.1
require (
github.com/Velocidex/ordereddict v0.0.0-20230909174157-2aa49cc5d11d
github.com/bobesa/go-domain-util v0.0.0-20190911083921-4033b5f7dd89
github.com/go-ini/ini v1.67.0
github.com/go-sqlite/sqlite3 v0.0.0-20180313105335-53dd8e640ee7
github.com/keybase/go-keychain v0.0.0-20230523030712-b5615109f100
github.com/spf13/pflag v1.0.5
github.com/zalando/go-keyring v0.2.3
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0
golang.org/x/sys v0.13.0
golang.org/x/text v0.13.0
www.velocidex.com/golang/go-ese v0.2.0
)
require (
github.com/Velocidex/json v0.0.0-20220224052537-92f3c0326e5a // indirect
github.com/Velocidex/yaml/v2 v2.2.8 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gonuts/binary v0.2.0 // indirect
)