-
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (46 loc) · 2 KB
/
go.mod
File metadata and controls
49 lines (46 loc) · 2 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/normen/whatscli
go 1.25.0
require (
code.rocketnine.space/tslocum/cbind v0.1.5
github.com/adrg/xdg v0.3.3
github.com/gdamore/tcell/v2 v2.3.11
github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1
github.com/mattn/go-colorable v0.1.14
github.com/mattn/go-sqlite3 v1.14.34
github.com/rivo/tview v0.0.0-20210608105643-d4fb0348227b
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/zyedidia/clipboard v1.0.3
go.mau.fi/whatsmeow v0.0.0-20260327181659-02ec817e7cf4
google.golang.org/protobuf v1.36.11
gopkg.in/ini.v1 v1.62.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/beeper/argo-go v1.1.2 // indirect
github.com/coder/websocket v1.8.14 // indirect
github.com/elliotchance/orderedmap/v3 v3.1.0 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210621113107-84c6004145de // indirect
github.com/gopherjs/gopherwasm v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
github.com/vektah/gqlparser/v2 v2.5.27 // indirect
go.mau.fi/libsignal v0.2.1 // indirect
go.mau.fi/util v0.9.6 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/term v0.40.0 // indirect
golang.org/x/text v0.34.0 // indirect
)