-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1.11 KB
/
go.mod
File metadata and controls
31 lines (28 loc) · 1.11 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
module github.com/Alia5/VIIPER
go 1.26
require (
github.com/alecthomas/kong v1.13.0
github.com/alecthomas/kong-toml v0.4.0
github.com/alecthomas/kong-yaml v0.2.0
github.com/pelletier/go-toml v1.9.5
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.47.0
golang.org/x/sys v0.40.0
golang.org/x/term v0.39.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/Zyko0/go-sdl3 v0.0.0-20260125144524-02de3d449cb1 // indirect
github.com/Zyko0/purego-gen v0.0.0-20250727121216-3bcd331a1e0c // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
github.com/ebitengine/purego v0.9.0-alpha.2.0.20250124174847-29f0104e3c2b // indirect
github.com/josephspurrier/goversioninfo v1.4.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/ncruces/zenity v0.10.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
golang.org/x/image v0.34.0 // indirect
)