-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathgo.mod
22 lines (20 loc) · 719 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
module github.com/project-midgard/midgarts
go 1.16
require (
github.com/AllenDang/giu v0.5.3
github.com/EngoEngine/ecs v1.0.5
github.com/davecgh/go-spew v1.1.1
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
github.com/go-gl/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/go-gl/mathgl v1.0.0
github.com/golang-ui/nuklear v0.0.0-20220830122737-d1c7e248721c
github.com/google/uuid v1.2.0
github.com/joho/godotenv v1.3.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.7.0
github.com/veandco/go-sdl2 v0.4.25
github.com/xlab/android-go v0.0.0-20221014001251-3dab312ceaf9 // indirect
github.com/xlab/closer v1.1.0
golang.org/x/text v0.3.6
)