-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
23 lines (21 loc) · 1005 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
module github.com/EngoEngine/TrafficManager
go 1.14
require (
github.com/EngoEngine/ecs v1.0.5
github.com/EngoEngine/engo v1.0.5
github.com/EngoEngine/gl v1.0.11 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20201108214237-06ea97f0c265 // indirect
github.com/go-gl/mathgl v1.0.0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.1 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/jfreymuth/oggvorbis v1.0.3 // indirect
github.com/srwiley/oksvg v0.0.0-20210209000435-a757b9cbd472 // indirect
github.com/veandco/go-sdl2 v0.4.5 // indirect
github.com/vulkan-go/vulkan v0.0.0-20201213112254-a536091a798a // indirect
golang.org/x/exp v0.0.0-20210212053707-62dc52270d37 // indirect
golang.org/x/image v0.0.0-20210216034530-4410531fe030
golang.org/x/mobile v0.0.0-20210208171126-f462b3930c8f // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210217105451-b926d437f341 // indirect
golang.org/x/text v0.3.5 // indirect
)