-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 854 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 854 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
module github.com/frantjc/valheimw
go 1.25.4
require (
github.com/adrg/xdg v0.5.3
github.com/frantjc/go-ingress v0.5.0
github.com/frantjc/go-steamcmd v0.0.0-20250814210827-114d014fdfee
github.com/frantjc/x v0.0.0-20251124021033-235d2232e229
github.com/mmatczuk/anyflag v0.0.0-20240709090339-eb9e24cd1b44
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
golang.org/x/exp v0.0.0-20251125195548-87e1e737ad39
golang.org/x/sync v0.19.0
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/frantjc/go-encoding-vdf v0.0.0-20250505052333-4ba0456e21d7 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/stretchr/testify v1.11.1 // indirect
golang.org/x/sys v0.35.0 // indirect
)