-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (26 loc) · 839 Bytes
/
go.mod
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
26
27
28
29
module github.com/dosquad/mage
go 1.22.2
require (
github.com/alecthomas/kong v1.7.0
github.com/dosquad/go-cliversion v0.2.1
github.com/dosquad/go-giturl v0.1.1
github.com/fatih/color v1.18.0
github.com/go-resty/resty/v2 v2.16.5
github.com/h2non/filetype v1.1.3
github.com/magefile/mage v1.15.0
github.com/na4ma4/go-permbits v0.5.1
github.com/princjef/mageutil v1.0.0
go.uber.org/multierr v1.11.0
golang.org/x/text v0.21.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/cheggaaa/pb/v3 v3.1.6 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)