-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathgo.mod
More file actions
91 lines (87 loc) · 3.96 KB
/
go.mod
File metadata and controls
91 lines (87 loc) · 3.96 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
module github.com/solarlune/masterplan
go 1.24.0
toolchain go1.24.3
require (
github.com/Zyko0/go-sdl3 v0.0.0-20250919234044-0fbb60f62dd7
github.com/adrg/xdg v0.5.3
github.com/blang/semver v3.5.1+incompatible
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/chromedp/cdproto v0.0.0-20250803210736-d308e07a266d
github.com/chromedp/chromedp v0.14.1
github.com/gabriel-vasile/mimetype v1.4.10
github.com/gen2brain/beeep v0.11.1
github.com/gopxl/beep/v2 v2.1.1
github.com/goware/urlx v0.3.2
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/mholt/archives v0.1.4
github.com/ncruces/zenity v0.10.14
github.com/otiai10/copy v1.14.1
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/signintech/gopdf v0.33.0
github.com/silbinarywolf/preferdiscretegpu v1.0.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/tanema/gween v0.0.0-20250522035225-e874ee3ae01a
github.com/tidwall/gjson v1.18.0
github.com/tidwall/sjson v1.2.5
golang.design/x/clipboard v0.7.1
)
require (
git.sr.ht/~jackmordaunt/go-toast v1.1.2 // indirect
github.com/PuerkitoBio/purell v1.2.1 // indirect
github.com/STARRY-S/zip v0.2.3 // indirect
github.com/Zyko0/purego-gen v0.0.0-20250727121216-3bcd331a1e0c // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/sevenzip v1.6.1 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/chromedp/sysutil v1.1.0 // indirect
github.com/dchest/jsmin v1.0.0 // indirect
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
github.com/ebitengine/oto/v3 v3.3.2 // indirect
github.com/ebitengine/purego v0.9.0 // indirect
github.com/esiqveland/notify v0.13.3 // indirect
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/jackmordaunt/icns/v3 v3.0.1 // indirect
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/josephspurrier/goversioninfo v1.5.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/mewkiz/flac v1.0.13 // indirect
github.com/mewkiz/pkg v0.0.0-20250417130911-3f050ff8c56d // indirect
github.com/mewpkg/term v0.0.0-20241026122259-37a80af23985 // indirect
github.com/mikelolasagasti/xz v1.0.1 // indirect
github.com/minio/minlz v1.0.1 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/nwaples/rardecode/v2 v2.1.1 // indirect
github.com/otiai10/mint v1.6.3 // indirect
github.com/phpdave11/gofpdi v1.0.15 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
github.com/sergeymakinen/go-bmp v1.0.0 // indirect
github.com/sergeymakinen/go-ico v1.0.0-beta.0 // indirect
github.com/sorairolake/lzip-go v0.3.8 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/exp/shiny v0.0.0-20250819193227-8b4c13bb791b // indirect
golang.org/x/image v0.31.0 // indirect
golang.org/x/mobile v0.0.0-20250911085028-6912353760cf // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
)