-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (24 loc) · 836 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
module github.com/jwalton/kitsch
go 1.16
require (
github.com/BurntSushi/toml v0.4.1
github.com/MakeNowJust/heredoc v1.0.0
github.com/Masterminds/sprig/v3 v3.2.2
github.com/fatih/structtag v1.2.0
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2
github.com/google/uuid v1.3.0 // indirect
github.com/jwalton/gchalk v1.2.1
github.com/jwalton/go-ansiparser v0.5.1
github.com/jwalton/go-supportscolor v1.1.0
github.com/mattn/go-runewidth v0.0.13
github.com/mattn/go-shellwords v1.0.12
github.com/natefinch/atomic v1.0.1
github.com/rivo/uniseg v0.2.0
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.1
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/tools v0.1.8
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)