-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 703 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (22 loc) · 703 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
25
module github.com/mcandre/dotfiles
go 1.26.1
tool (
github.com/mcandre/slick/cmd/slick
github.com/mcandre/stank
github.com/mcandre/stank/cmd/funk
github.com/mcandre/stank/cmd/stank
github.com/mcandre/stank/cmd/stink
mvdan.cc/sh/v3/cmd/shfmt
)
require (
github.com/google/renameio/v2 v2.0.2 // indirect
github.com/magefile/mage v1.16.1 // indirect
github.com/mcandre/mx v0.0.47 // indirect
github.com/mcandre/slick v0.0.21 // indirect
github.com/mcandre/stank v0.0.44 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/term v0.40.0 // indirect
mvdan.cc/editorconfig v0.3.0 // indirect
mvdan.cc/sh/v3 v3.13.0 // indirect
)