-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
33 lines (30 loc) · 1.22 KB
/
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
25
26
27
28
29
30
31
32
33
module Anime4K-GUI
go 1.23.2
require (
github.com/AllenDang/giu v0.10.0
github.com/jaypipes/ghw v0.13.0
gopkg.in/vansante/go-ffprobe.v2 v2.2.0
)
require (
github.com/AllenDang/cimgui-go v1.1.0 // indirect
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/gucio321/glm-go v0.0.0-20241029220517-e1b5a3e011c8 // indirect
github.com/jaypipes/pcidb v1.0.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mazznoer/csscolorparser v0.1.5 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/napsy/go-css v0.0.0-20230611142900-9dd118f3874c // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sahilm/fuzzy v0.1.1 // indirect
golang.design/x/hotkey v0.4.1 // indirect
golang.design/x/mainthread v0.3.0 // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/sys v0.26.0 // indirect
gopkg.in/eapache/queue.v1 v1.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
howett.net/plist v1.0.1 // indirect
)