-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
45 lines (42 loc) · 1.58 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module github.com/gojek/stevedore
go 1.14
replace github.com/micro/go-micro => github.com/micro/go-micro v1.6.0
require (
github.com/Masterminds/semver v1.5.0
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/chartmuseum/helm-push v0.7.1
github.com/cucumber/godog v0.12.1
github.com/cucumber/messages-go/v10 v10.0.3
github.com/databus23/helm-diff v3.1.1+incompatible
github.com/fatih/color v1.12.0
github.com/golang/mock v1.5.0
github.com/google/go-cmp v0.5.5
github.com/hashicorp/go-hclog v0.9.2
github.com/hashicorp/go-plugin v1.0.1-0.20190430211030-5692942914bb
github.com/imdario/mergo v0.3.11
github.com/json-iterator/go v1.1.11
github.com/manifoldco/promptui v0.8.0
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/micro/go-micro v1.6.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.4.1
github.com/olekukonko/tablewriter v0.0.4
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.29.0
gopkg.in/h2non/gock.v1 v1.1.2
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
helm.sh/helm/v3 v3.6.3
k8s.io/cli-runtime v0.22.1
k8s.io/client-go v0.22.1
k8s.io/helm v2.17.0+incompatible // indirect
rsc.io/letsencrypt v0.0.3 // indirect
)