-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 685 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (20 loc) · 685 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/mcandre/mx
go 1.26.1
require github.com/magefile/mage v1.16.1
require (
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
github.com/kisielk/errcheck v1.9.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/tools v0.42.0 // indirect
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
honnef.co/go/tools v0.6.1 // indirect
)
tool (
github.com/alexkohler/nakedret/v2/cmd/nakedret
github.com/kisielk/errcheck
github.com/magefile/mage
honnef.co/go/tools/cmd/staticcheck
)