-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (38 loc) · 1.64 KB
/
Copy pathgo.mod
File metadata and controls
42 lines (38 loc) · 1.64 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
module github.com/hrko/streamdeck-voicemeeter
go 1.23.0
require (
github.com/disintegration/imaging v1.6.2
github.com/esimov/stackblur-go v1.1.0
github.com/fogleman/gg v1.3.0
github.com/fufuok/cmap v1.19.3
github.com/go-playground/colors v1.3.1
github.com/hrko/streamdeck v0.0.0-20231217154233-99f28eb56d05
github.com/onyx-and-iris/voicemeeter/v2 v2.1.0
github.com/tdewolff/canvas v0.0.0-20241202004848-95f003d9bc50
github.com/tidwall/pretty v1.2.1
)
require (
github.com/ByteArena/poly2tri-go v0.0.0-20170716161910-d102ad91854f // indirect
github.com/FlowingSPDG/streamdeck v0.0.0-20230506011737-7eb85f091e90 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/benoitkugler/textlayout v0.3.1 // indirect
github.com/benoitkugler/textprocessing v0.0.3 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/go-fonts/latin-modern v0.3.3 // indirect
github.com/go-text/typesetting v0.2.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/tdewolff/font v0.0.0-20241125190050-d899fdc808fc // indirect
github.com/tdewolff/minify/v2 v2.21.2 // indirect
github.com/tdewolff/parse/v2 v2.7.19 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
nhooyr.io/websocket v1.8.17 // indirect
star-tex.org/x/tex v0.5.0 // indirect
)
// TODO: delete this once the module is published
// replace github.com/hrko/streamdeck => ../streamdeck
// replace github.com/tdewolff/canvas => ../canvas