-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 586 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 586 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/dottedmag/ppow
go 1.22
require (
github.com/cortesi/moddwatch v0.1.0
github.com/dottedmag/must v1.0.0
github.com/dottedmag/termlog v0.0.0-20240528075215-28dda1a094f5
github.com/google/go-cmp v0.6.0
github.com/spf13/pflag v1.0.5
)
require (
github.com/bmatcuk/doublestar v1.3.4 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rjeczalik/notify v0.9.3 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
)