-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (30 loc) · 1.37 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
module github.com/TrueFMartin/engotut
go 1.19
require (
github.com/EngoEngine/ecs v1.0.5
github.com/EngoEngine/engo v1.0.8
golang.org/x/image v0.2.0
)
require (
github.com/EngoEngine/gl v1.0.14 // indirect
github.com/EngoEngine/math v1.0.4 // indirect
github.com/Noofbiz/sdlMojaveFix v0.0.1 // indirect
github.com/Noofbiz/tmx v0.2.0 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.2 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/jfreymuth/oggvorbis v1.0.3 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/srwiley/oksvg v0.0.0-20210519022825-9fc0c575d5fe // indirect
github.com/srwiley/rasterx v0.0.0-20210519020934-456a8d69b780 // indirect
github.com/veandco/go-sdl2 v0.4.27 // indirect
github.com/vulkan-go/glfw v0.0.0-20210402172934-58379a80228d // indirect
github.com/vulkan-go/vulkan v0.0.0-20221209234627-c0a353ae26c8 // indirect
golang.org/x/exp/shiny v0.0.0-20221217163422-3c43f8badb15 // indirect
golang.org/x/mobile v0.0.0-20221110043201-43a038452099 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
)