-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
77 lines (72 loc) · 3.12 KB
/
go.mod
File metadata and controls
77 lines (72 loc) · 3.12 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
module gomp
go 1.24
replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go v1.1.7
require (
github.com/Zyko0/go-sdl3 v0.0.0-20250324113244-771f317184f7
github.com/bytecodealliance/wasmtime-go/v32 v32.0.0
github.com/coder/websocket v1.8.12
github.com/fasthttp/websocket v1.5.8
github.com/felixge/fgprof v0.9.5
github.com/gen2brain/raylib-go/raylib v0.0.0-20250215042252-db8e47f0e5c5
github.com/gofiber/contrib/websocket v1.3.4
github.com/gofiber/fiber/v2 v2.52.6
github.com/hajimehoshi/ebiten/v2 v2.8.6
github.com/hajimehoshi/go-steamworks v0.0.0-20241112125913-96b2a6baef69
github.com/jakecoffman/cp/v2 v2.1.0
github.com/jfreymuth/go-sdl3 v0.1.3-0.20250226211328-622f8250e21c
github.com/jupiterrider/purego-sdl3 v0.0.0-20250223121749-61a56748f345
github.com/labstack/echo-contrib v0.17.2
github.com/labstack/gommon v0.4.2
github.com/negrel/assert v0.5.0
github.com/quasilyte/ebitengine-input v0.9.1
github.com/quic-go/quic-go v0.49.0
github.com/sevenNt/echo-pprof v0.1.1-0.20230131020615-4dd36891e14b
github.com/stretchr/testify v1.10.0
github.com/tetratelabs/wazero v1.9.0
github.com/veandco/go-sdl2 v0.4.40
github.com/yohamta/donburi v1.15.7
golang.org/x/time v0.10.0
)
require (
github.com/Zyko0/purego-gen v0.0.0-20250308152853-097c3ba1e28a // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/context v1.1.2 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/quasilyte/gmath v0.0.0-20221217210116-fba37a2e15c7 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.62.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
go.uber.org/mock v0.5.0 // indirect
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/tools v0.25.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.9.0-alpha.2.0.20250124174847-29f0104e3c2b // indirect
github.com/gorilla/sessions v1.4.0
github.com/gorilla/websocket v1.5.3
github.com/jezek/xgb v1.1.1 // indirect
github.com/labstack/echo/v4 v4.13.3
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0
google.golang.org/protobuf v1.36.1
)