-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
51 lines (49 loc) · 2.5 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
46
47
48
49
50
51
module github.com/mbenabda/helm-local-chart-version
go 1.13
require (
cloud.google.com/go v0.56.0 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.6.0 // indirect
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
github.com/Azure/azure-sdk-for-go v41.2.0+incompatible // indirect
github.com/Azure/go-autorest v14.0.1+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.10.0 // indirect
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 // indirect
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
github.com/Masterminds/semver v1.3.1
github.com/Masterminds/semver/v3 v3.1.0 // indirect
github.com/apex/log v1.1.2 // indirect
github.com/aws/aws-sdk-go v1.30.9 // indirect
github.com/cpuguy83/go-md2man v1.0.4 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/protobuf v1.4.0 // indirect
github.com/google/wire v0.4.0 // indirect
github.com/goreleaser/goreleaser v0.131.1 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.14.4 // indirect
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/krishicks/yaml-patch v0.0.10
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-ieproxy v0.0.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/russross/blackfriday v0.0.0-20151117072312-300106c228d5 // indirect
github.com/shurcooL/sanitized_anchor_name v0.0.0-20151028001915-10ef21a441db // indirect
github.com/spf13/cobra v0.0.2
github.com/spf13/pflag v1.0.1-0.20180220143236-ee5fd03fd6ac // indirect
github.com/ulikunitz/xz v0.5.7 // indirect
github.com/xanzy/go-gitlab v0.31.0 // indirect
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 // indirect
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
golang.org/x/tools v0.0.0-20200417140056-c07e33ef3290 // indirect
google.golang.org/api v0.21.0 // indirect
google.golang.org/genproto v0.0.0-20200417142217-fb6d0575620b // indirect
google.golang.org/grpc v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/apimachinery v0.0.0-20180103014849-68f9c3a1feb3 // indirect
k8s.io/helm v2.8.2+incompatible
)