-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 956 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 956 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
26
module yourtimer
go 1.24.0
require (
github.com/hajimehoshi/ebiten/v2 v2.9.0-alpha.4
github.com/hajimehoshi/guigui v0.0.0-20250319035526-004a36c946be
)
require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/ebitengine/gomobile v0.0.0-20250209143333-6071a2a2351c // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/oto/v3 v3.4.0-alpha.4 // indirect
github.com/ebitengine/purego v0.9.0-alpha.2 // indirect
github.com/go-text/typesetting v0.3.0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
github.com/hajimehoshi/oklab v0.0.0-20231202174141-83d68450b640 // indirect
github.com/jeandeaual/go-locale v0.0.0-20241217141322-fcc2cadd6f08 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/image v0.24.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
howett.net/plist v1.0.1 // indirect
)