-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
29 lines (26 loc) · 1.12 KB
/
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
29
module github.com/quasilyte/sinecord
go 1.20
require (
github.com/ebitenui/ebitenui v0.5.4
github.com/hajimehoshi/ebiten/v2 v2.5.4
github.com/quasilyte/ebitengine-resource v0.5.1-0.20230301215552-afd21c3065ff
github.com/quasilyte/ge v0.0.0-20230622182349-2aabe773b84f
github.com/quasilyte/gmath v0.0.0-20230428180022-2163470ca0a9
github.com/quasilyte/gsignal v0.0.0-20230130114532-ff67b4bb9e15
github.com/sinshu/go-meltysynth v0.0.0-20230205031334-05d311382fc4
golang.org/x/image v0.8.0
)
require (
github.com/ebitengine/purego v0.3.2 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/hajimehoshi/oto/v2 v2.4.0 // indirect
github.com/jezek/xgb v1.1.0 // indirect
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
golang.org/x/exp v0.0.0-20221023144134-a1e5550cf13e // indirect
golang.org/x/exp/shiny v0.0.0-20230522175609-2e198f4a06a1 // indirect
golang.org/x/mobile v0.0.0-20230427221453-e8d11dd0ba41 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.10.0 // indirect
)