Skip to content

Commit

Permalink
Merge pull request #15 from mittwald/bump-dependencies
Browse files Browse the repository at this point in the history
bump helm + k8s dependencies
  • Loading branch information
elenz97 authored Oct 30, 2020
2 parents 875e8b7 + 9c06e98 commit 07ef9e6
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 62 deletions.
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ module github.com/mittwald/go-helm-client
go 1.15

require (
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/golang/mock v1.4.4
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
helm.sh/helm/v3 v3.3.2
k8s.io/apiextensions-apiserver v0.18.8
k8s.io/apimachinery v0.18.8
k8s.io/cli-runtime v0.18.8
k8s.io/client-go v0.18.8
helm.sh/helm/v3 v3.4.0
k8s.io/apiextensions-apiserver v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/cli-runtime v0.19.2
k8s.io/client-go v0.19.2
rsc.io/letsencrypt v0.0.3 // indirect
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit 07ef9e6

Please sign in to comment.