-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (19 loc) 路 621 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (19 loc) 路 621 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/mroth/scmpuff
go 1.26
retract v0.6.1 // init -s writes to stderr instead of stdout, breaking eval
require (
github.com/caarlos0/go-version v0.2.2
github.com/fatih/color v1.19.0
github.com/google/go-cmp v0.7.0
github.com/mattn/go-isatty v0.0.24
github.com/mroth/porcelain v0.1.1
github.com/rogpeppe/go-internal v1.16.0
github.com/spf13/cobra v1.10.2
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/tools v0.26.0 // indirect
)