-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 836 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 836 Bytes
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
module github.com/galaco/kero
go 1.24.0
require (
github.com/AllenDang/cimgui-go v1.4.0
github.com/galaco/KeyValues v1.4.1
github.com/galaco/bsp v1.0.0-b2
github.com/galaco/filesystem v0.1.6
github.com/galaco/gosigl v0.2.1
github.com/galaco/source-tools-common v0.1.0
github.com/galaco/stringtable v0.1.1
github.com/galaco/studiomodel v1.0.0-b4
github.com/galaco/tinygametools v0.1.1
github.com/galaco/vmf v1.0.0
github.com/galaco/vmt v0.1.4
github.com/galaco/vtf v1.3.0
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728
github.com/go-gl/mathgl v1.2.0
github.com/sqweek/dialog v0.0.0-20240226140203-065105509627
)
require (
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/galaco/vpk2 v1.0.0 // indirect
)