-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.1 KB
/
go.mod
File metadata and controls
32 lines (29 loc) · 1.1 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
module github.com/mogaika/god_of_war_browser
go 1.18
require (
github.com/32bitkid/mpeg v0.0.0-20180611234327-533afb480bd7
github.com/Pallinder/go-randomdata v1.2.0
github.com/carterjones/gouzuru v0.0.0-20160725130400-95320cbb0110
github.com/davecgh/go-spew v1.1.1
github.com/go-gl/mathgl v1.0.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/mogaika/bmfont v0.0.0-20171214121832-6d9c75ddf4e8
github.com/mogaika/fbx v0.1.0
github.com/mogaika/go-collada v0.0.0-20130926211746-391129030388
github.com/mogaika/udf v0.0.0-20171019171931-167f0ab01c73
github.com/pkg/errors v0.9.1
github.com/qmuntal/gltf v0.23.0
github.com/timtadh/lexmachine v0.2.3
golang.org/x/text v0.3.7
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/32bitkid/bitreader v1.0.1 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/mogaika/binrw v0.1.0 // indirect
github.com/timtadh/data-structures v0.6.2 // indirect
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
)