-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (32 loc) · 1.52 KB
/
Copy pathgo.mod
File metadata and controls
35 lines (32 loc) · 1.52 KB
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
module github.com/opd-ai/go-netrek
go 1.23.2
require (
github.com/EngoEngine/ecs v1.0.5
github.com/EngoEngine/engo v1.0.8
)
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-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20231223183121-56fa3ac82ce7 // 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/sirupsen/logrus v1.9.3 // indirect
github.com/sony/gobreaker v1.0.0 // 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.25 // indirect
github.com/vulkan-go/glfw v0.0.0-20210402172934-58379a80228d // indirect
github.com/vulkan-go/vulkan v0.0.0-20210402152248-956e3850d8f9 // indirect
golang.org/x/exp/shiny v0.0.0-20220909182711-5c715a9e8561 // indirect
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
golang.org/x/mobile v0.0.0-20220722155234-aaac322e2105 // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sys v0.0.0-20220913175220-63ea55921009 // indirect
golang.org/x/text v0.3.7 // indirect
)