-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
24 lines (21 loc) · 1011 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
module github.com/Noofbiz/SpaceCamp
go 1.15
replace github.com/Noofbiz/SpaceCamp/assets => ./assets
require (
github.com/EngoEngine/ecs v1.0.5
github.com/EngoEngine/engo v1.0.6-0.20201121215430-a0f46d6f3cec
github.com/EngoEngine/gl v1.0.12
github.com/Noofbiz/hypnic v0.0.0-20190408043245-23cb9d2194e9
github.com/Noofbiz/pixelshader v0.0.0-20201218192404-d4df8d8ba084
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-gl/gl v0.0.0-20210905235341-f7a045908259 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be
github.com/hajimehoshi/oto v1.0.1 // indirect
github.com/veandco/go-sdl2 v0.4.10 // indirect
golang.org/x/exp v0.0.0-20210916165020-5cb4fee858ee // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/mobile v0.0.0-20210924032853-1c027f395ef7
golang.org/x/net v0.0.0-20210928044308-7d9f5e0b762b // indirect
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
golang.org/x/text v0.3.7 // indirect
)