forked from tazjin/kontemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (22 loc) · 879 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/sourcepole/kontemplate
go 1.20
replace github.com/imdario/mergo => dario.cat/mergo v0.3.11
require (
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/alecthomas/kingpin/v2 v2.3.2
github.com/ghodss/yaml v1.0.0
github.com/tazjin/kontemplate v1.8.0
)
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/imdario/mergo v0.0.0-00010101000000-000000000000 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)