-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (22 loc) · 822 Bytes
/
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
module github.com/vikySeeker/dicx
go 1.21
toolchain go1.22.4
require (
github.com/gotk3/gotk3 v0.6.2
github.com/hajimehoshi/go-mp3 v0.3.4
github.com/hajimehoshi/oto v1.0.1
github.com/hajimehoshi/oto/v2 v2.3.1
github.com/hegedustibor/htgo-tts v0.0.0-20230402053941-cd8d1a158135
)
require (
git.sr.ht/~neftas/go-notify v0.6.1 // indirect
github.com/codegoalie/golibnotify v0.2.0 // indirect
github.com/ebitengine/oto/v3 v3.1.0 // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/gopxl/beep v1.4.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
golang.org/x/sys v0.12.0 // indirect
)