-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
20 lines (18 loc) · 896 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/mohsengreen1388/gox
go 1.21
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/benoitkugler/textlayout v0.3.0 // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
github.com/ebitengine/purego v0.6.0-alpha.1.0.20231122024802-192c5e846faa // indirect
github.com/gen2brain/raylib-go/raylib v0.0.0-20240125111008-83d871a38f28 // indirect
github.com/go-text/typesetting v0.1.0 // indirect
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
github.com/lutzky/go-bidi v0.0.0-20200803103754-215e47c2f5df // indirect
github.com/ncruces/zenity v0.10.11 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
)