Skip to content

Commit

Permalink
build(deps): bump helm.sh/helm/v3 from 3.6.1 to 3.10.1
Browse files Browse the repository at this point in the history
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.6.1 to 3.10.1.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.6.1...v3.10.1)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2022
1 parent 7cb7513 commit e511250
Show file tree
Hide file tree
Showing 2 changed files with 641 additions and 138 deletions.
57 changes: 28 additions & 29 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ module github.com/banzaicloud/pipeline
go 1.16

require (
cloud.google.com/go v0.81.0
cloud.google.com/go v0.99.0
cloud.google.com/go/storage v1.10.0
emperror.dev/emperror v0.32.0
emperror.dev/errors v0.8.0
emperror.dev/handler/logur v0.4.0
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-sdk-for-go v44.2.0+incompatible
github.com/Azure/azure-sdk-for-go v56.3.0+incompatible
github.com/Azure/azure-storage-blob-go v0.10.0
github.com/Azure/go-autorest/autorest v0.11.12
github.com/Azure/go-autorest/autorest/adal v0.9.5
github.com/Azure/go-autorest/autorest v0.11.27
github.com/Azure/go-autorest/autorest/adal v0.9.20
github.com/Azure/go-autorest/autorest/azure/auth v0.5.0
github.com/Azure/go-autorest/autorest/to v0.4.0
github.com/Azure/go-autorest/autorest/validation v0.3.0
Expand All @@ -22,7 +22,7 @@ require (
github.com/antihax/optional v1.0.0
github.com/aokoli/goutils v1.1.0
github.com/asaskevich/EventBus v0.0.0-20180315140547-d46933a94f05
github.com/aws/aws-sdk-go v1.37.1
github.com/aws/aws-sdk-go v1.43.16
github.com/banzaicloud/anchore-image-validator v0.0.0-20190823121528-918b9fa6af62
github.com/banzaicloud/bank-vaults/pkg/sdk v0.6.0
github.com/banzaicloud/cadence-aws-sdk v0.6.0
Expand All @@ -34,15 +34,14 @@ require (
github.com/banzaicloud/operator-tools v0.25.4
github.com/banzaicloud/pipeline/pkg/sdk v0.0.1
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e // indirect
github.com/dexidp/dex/api/v2 v2.0.0
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/ghodss/yaml v1.0.0
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/gin v1.6.2
github.com/go-kit/kit v0.10.0
github.com/gofrs/flock v0.8.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gofrs/flock v0.8.1
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
Expand All @@ -52,54 +51,54 @@ require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.1
github.com/jonboulle/clockwork v0.2.0
github.com/json-iterator/go v1.1.11
github.com/json-iterator/go v1.1.12
github.com/lestrrat-go/backoff v1.0.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/microcosm-cc/bluemonday v1.0.17
github.com/mitchellh/copystructure v1.1.1
github.com/mitchellh/copystructure v1.2.0
github.com/mitchellh/mapstructure v1.4.1
github.com/moogar0880/problems v0.1.1
github.com/oklog/run v1.1.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.9.3
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/prom2json v1.3.0
github.com/sagikazarmark/appkit v0.8.0
github.com/sagikazarmark/kitx v0.12.0
github.com/sagikazarmark/ocmux v0.2.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.3
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.0
github.com/stretchr/testify v1.7.0
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.8.0
github.com/technosophos/moniker v0.0.0-20180509230615-a5dbd03a2245
github.com/vmware-tanzu/velero v1.5.1
github.com/vmware/govmomi v0.22.0
go.opencensus.io v0.23.0
go.uber.org/cadence v0.19.0
go.uber.org/yarpc v1.55.0
go.uber.org/zap v1.18.1
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/net v0.0.0-20211209124913-491a49abca63
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
google.golang.org/api v0.44.0
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
google.golang.org/grpc v1.38.0
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
google.golang.org/api v0.61.0
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
google.golang.org/grpc v1.47.0
gopkg.in/resty.v1 v1.12.0
gopkg.in/square/go-jose.v2 v2.5.1
gopkg.in/yaml.v2 v2.4.0
helm.sh/helm/v3 v3.6.1
k8s.io/api v0.21.9
k8s.io/apiextensions-apiserver v0.21.3
k8s.io/apimachinery v0.21.9
k8s.io/cli-runtime v0.21.9
k8s.io/client-go v0.21.9
helm.sh/helm/v3 v3.10.1
k8s.io/api v0.25.2
k8s.io/apiextensions-apiserver v0.25.2
k8s.io/apimachinery v0.25.2
k8s.io/cli-runtime v0.25.2
k8s.io/client-go v0.25.2
k8s.io/cluster-bootstrap v0.21.9
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.9.0
k8s.io/klog/v2 v2.70.1
k8s.io/kubernetes v1.21.9
logur.dev/adapter/logrus v0.4.1
logur.dev/adapter/zap v0.4.1
Expand All @@ -109,7 +108,7 @@ require (
logur.dev/logur v0.17.0
sigs.k8s.io/controller-runtime v0.9.5
sigs.k8s.io/testing_frameworks v0.1.2
sigs.k8s.io/yaml v1.2.0
sigs.k8s.io/yaml v1.3.0
)

replace (
Expand Down
Loading

0 comments on commit e511250

Please sign in to comment.