Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump helm.sh/helm/v3 from 3.0.2 to 3.6.1 #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 19 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,28 @@ module github.com/bergerx/tillerless-helm-release-exporter
go 1.13

require (
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/MakeNowJust/heredoc v0.0.0-20171113091838-e9091a26100e // indirect
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
github.com/emicklei/go-restful v2.11.1+incompatible // indirect
github.com/go-openapi/jsonreference v0.19.3 // indirect
github.com/go-openapi/spec v0.19.4 // indirect
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/mailru/easyjson v0.7.0 // indirect
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/prometheus/client_golang v1.3.0
github.com/rubenv/sql-migrate v0.0.0-20191025130928-9355dd04f4b3 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
gopkg.in/gorp.v1 v1.7.2 // indirect
helm.sh/helm/v3 v3.0.2
k8s.io/apimachinery v0.16.4
golang.org/x/net v0.0.0-20191028085509-fe3aa8a45271 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
helm.sh/helm/v3 v3.6.1
k8s.io/apimachinery v0.21.0
k8s.io/helm v2.16.1+incompatible
k8s.io/klog v1.0.0 // indirect
k8s.io/kube-openapi v0.0.0-20190918143330-0270cf2f1c1d // indirect
k8s.io/kubernetes v1.16.4 // indirect
k8s.io/utils v0.0.0-20191010214722-8d271d903fe4 // indirect
vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 // indirect
)

Expand Down
Loading