-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) 路 617 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (19 loc) 路 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/Mark24Code/convert2ascii/go2ascii
go 1.25.0
require (
github.com/gdamore/tcell/v2 v2.13.10
github.com/gopxl/beep/v2 v2.1.0
github.com/hajimehoshi/oto/v2 v2.4.3
golang.org/x/image v0.45.0
golang.org/x/term v0.45.0
)
require (
github.com/ebitengine/purego v0.7.1 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
)