-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
37 lines (34 loc) · 1.69 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
30
31
32
33
34
35
36
37
module github.com/200sc/gel
go 1.18
require (
github.com/oakmound/oak/v4 v4.0.1
)
require (
dmitri.shuralyov.com/gpu/mtl v0.0.0-20201218220906-28db891af037 // indirect
github.com/200sc/go-dist v1.0.0 // indirect
github.com/200sc/klangsynthese v0.2.1 // indirect
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc // indirect
github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046 // indirect
github.com/akavel/polyclip-go v0.0.0-20160111220610-2cfdb71461bd // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/disintegration/gift v1.2.1 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220320163800-277f93cfa958 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.3 // indirect
github.com/jfreymuth/pulse v0.1.0 // indirect
github.com/oakmound/alsa v0.0.2 // indirect
github.com/oakmound/libudev v0.2.1 // indirect
github.com/oakmound/shiny v0.4.2 // indirect
github.com/oakmound/w32 v2.1.0+incompatible // indirect
github.com/oov/directsound-go v0.0.0-20141101201356-e53e59c700bf // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.7.2 // indirect
github.com/yobert/alsa v0.0.0-20200618200352-d079056f5370 // indirect
golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd // indirect
golang.org/x/exp/shiny v0.0.0-20220518171630-0b5c67f07fdf // indirect
golang.org/x/image v0.0.0-20220601225756-64ec528b34cd // indirect
golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.0.0-20220403205710-6acee93ad0eb // indirect
)