-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
28 lines (24 loc) · 1007 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
27
28
module fnf-practice
go 1.22.1
require (
github.com/ebitengine/oto/v3 v3.2.0
github.com/gen2brain/raylib-go/raylib v0.0.0-20240807111636-8861ee437da9
github.com/go-text/typesetting v0.1.1
github.com/hajimehoshi/ebiten/v2 v2.7.8
github.com/sqweek/dialog v0.0.0-20240226140203-065105509627
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
golang.org/x/exp v0.0.0-20240822175202-778ce7bba035
golang.org/x/image v0.19.0
)
require (
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
)
replace github.com/gen2brain/raylib-go/raylib v0.0.0-20240807111636-8861ee437da9 => ./raylib-go/raylib