-
Notifications
You must be signed in to change notification settings - Fork 136
/
go.mod
40 lines (37 loc) · 1.49 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
38
39
40
module github.com/EngoEngine/engo
require (
github.com/EngoEngine/ecs v1.0.5
github.com/EngoEngine/gl v1.0.14
github.com/EngoEngine/math v1.0.4
github.com/Noofbiz/sdlMojaveFix v0.0.1
github.com/Noofbiz/tmx v0.2.0
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/hajimehoshi/go-mp3 v0.3.2
github.com/hajimehoshi/oto v0.7.1
github.com/jfreymuth/oggvorbis v1.0.3
github.com/srwiley/oksvg v0.0.0-20210519022825-9fc0c575d5fe
github.com/srwiley/rasterx v0.0.0-20210519020934-456a8d69b780
github.com/stretchr/testify v1.7.0
github.com/veandco/go-sdl2 v0.4.35
github.com/vulkan-go/glfw v0.0.0-20210402172934-58379a80228d
github.com/vulkan-go/vulkan v0.0.0-20221209234627-c0a353ae26c8
golang.org/x/image v0.9.0
golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp/shiny v0.0.0-20230725093048-515e97ebf090 // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)
go 1.19