-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 1 KB
/
go.mod
File metadata and controls
28 lines (25 loc) · 1 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
module github.com/0skillallluck/scanline
go 1.26.0
require (
codeberg.org/dergs/tonearm v1.4.1-0.20260423094524-7e92b9bac909
codeberg.org/puregotk/puregotk v0.0.0-20260420231554-98419d54d2d2
github.com/go-gst/go-glib v1.4.0
github.com/go-gst/go-gst v1.4.0
github.com/google/uuid v1.6.0
github.com/jeandeaual/go-locale v0.0.0-20250612000132-0ef82f21eade
github.com/keybase/go-keychain v0.0.1
github.com/leonelquinteros/gotext v1.7.2
github.com/yeqown/go-qrcode/v2 v2.2.5
github.com/yeqown/go-qrcode/writer/standard v1.3.0
)
require (
codeberg.org/puregotk/purego v0.0.0-20260224095105-2513c838cb80 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/yeqown/reedsolomon v1.0.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/image v0.38.0 // indirect
golang.org/x/sys v0.43.0 // indirect
)