-
Notifications
You must be signed in to change notification settings - Fork 30
/
go.mod
29 lines (27 loc) · 1.28 KB
/
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/shyiko/kubetpl
go 1.14
require (
github.com/Masterminds/semver v1.2.2 // indirect
github.com/Masterminds/sprig v2.13.0+incompatible
github.com/aokoli/goutils v1.0.1 // indirect
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect
github.com/hashicorp/go-multierror v0.0.0-20170622060955-83588e72410a // indirect
github.com/huandu/xstrings v0.0.0-20170908061042-d6590c0c31d1 // indirect
github.com/imdario/mergo v0.0.0-20171009183408-7fe0c75c13ab // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.2 // indirect
github.com/posener/complete v0.0.0-20180119090745-cdc49b71388c
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shyiko/kubetpl v0.0.0-20200521002102-cf9e2dfd36a7
github.com/sirupsen/logrus v1.0.3
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cobra v0.0.0-20170731170427-b26b538f6930
github.com/spf13/pflag v1.0.0
github.com/stretchr/testify v1.5.1 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/ini.v1 v1.28.2
gopkg.in/yaml.v2 v2.3.0
)