-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathgo.mod
20 lines (18 loc) · 737 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/cortesi/modd
go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/cortesi/moddwatch v0.1.0
github.com/cortesi/termlog v0.0.0-20210222042314-a1eec763abec
github.com/fatih/color v1.13.0 // indirect
github.com/google/go-cmp v0.5.9
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/stretchr/testify v1.8.1 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/net v0.4.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
mvdan.cc/sh/v3 v3.6.0
)