-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.13 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (29 loc) · 1.13 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
module github.com/DarlingGoose/jpndict
go 1.26.2
require (
github.com/PuerkitoBio/goquery v1.12.0
github.com/faiface/beep v1.1.0
github.com/go-gst/go-gst v1.4.0
github.com/ikawaha/kagome-dict/ipa v1.2.6
github.com/ikawaha/kagome/v2 v2.11.0
golang.org/x/net v0.53.0
)
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/go-gst/go-glib v1.4.0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.0 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/icza/bitio v1.0.0 // indirect
github.com/ikawaha/kagome-dict v1.1.7 // indirect
github.com/jfreymuth/oggvorbis v1.0.1 // indirect
github.com/jfreymuth/vorbis v1.0.0 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/mewkiz/flac v1.0.7 // indirect
github.com/mewkiz/pkg v0.0.0-20190919212034-518ade7978e2 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/exp/shiny v0.0.0-20260410095643-746e56fc9e2f // indirect
golang.org/x/image v0.39.0 // indirect
golang.org/x/mobile v0.0.0-20260312152759-81488f6aeb60 // indirect
golang.org/x/sys v0.43.0 // indirect
)