-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
24 lines (21 loc) · 784 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
module github.com/c4s4/neon
go 1.22
require (
github.com/c4s4/changelog v1.7.0
github.com/fatih/color v1.17.0
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
github.com/google/uuid v1.6.0
github.com/mattn/anko v0.1.2
github.com/mattn/go-zglob v0.0.4
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
golang.org/x/sys v0.21.0 // indirect
)