-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
21 lines (18 loc) · 744 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/Owloops/updo
go 1.21
require (
github.com/gen2brain/beeep v0.0.0-20230907135156-1a38885a97fc
github.com/gizak/termui/v3 v3.1.0
github.com/mattn/go-runewidth v0.0.15
github.com/caio/go-tdigest/v4 v4.0.1
)
require (
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
golang.org/x/sys v0.6.0 // indirect
)