-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 858 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (22 loc) · 858 Bytes
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
module github.com/gonfva/amialive
go 1.22.3
require (
github.com/caseymrm/menuet v1.0.3
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
github.com/prometheus-community/pro-bing v0.4.0
github.com/stretchr/testify v1.9.0
)
require (
github.com/caseymrm/askm v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)