Skip to content

Commit 84e0a30

Browse files
build(deps): bump helm.sh/helm/v3 from 3.6.1 to 3.10.1
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]>
1 parent 796546e commit 84e0a30

File tree

2 files changed

+641
-138
lines changed

2 files changed

+641
-138
lines changed

go.mod

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ module github.com/banzaicloud/pipeline
33
go 1.16
44

55
require (
6-
cloud.google.com/go v0.81.0
6+
cloud.google.com/go v0.99.0
77
cloud.google.com/go/storage v1.10.0
88
emperror.dev/emperror v0.32.0
99
emperror.dev/errors v0.8.0
1010
emperror.dev/handler/logur v0.4.0
1111
github.com/Azure/azure-pipeline-go v0.2.3
12-
github.com/Azure/azure-sdk-for-go v44.2.0+incompatible
12+
github.com/Azure/azure-sdk-for-go v56.3.0+incompatible
1313
github.com/Azure/azure-storage-blob-go v0.10.0
14-
github.com/Azure/go-autorest/autorest v0.11.12
15-
github.com/Azure/go-autorest/autorest/adal v0.9.5
14+
github.com/Azure/go-autorest/autorest v0.11.27
15+
github.com/Azure/go-autorest/autorest/adal v0.9.20
1616
github.com/Azure/go-autorest/autorest/azure/auth v0.5.0
1717
github.com/Azure/go-autorest/autorest/to v0.4.0
1818
github.com/Azure/go-autorest/autorest/validation v0.3.0
@@ -22,7 +22,7 @@ require (
2222
github.com/antihax/optional v1.0.0
2323
github.com/aokoli/goutils v1.1.0
2424
github.com/asaskevich/EventBus v0.0.0-20180315140547-d46933a94f05
25-
github.com/aws/aws-sdk-go v1.37.1
25+
github.com/aws/aws-sdk-go v1.43.16
2626
github.com/banzaicloud/anchore-image-validator v0.0.0-20190823121528-918b9fa6af62
2727
github.com/banzaicloud/bank-vaults/pkg/sdk v0.6.0
2828
github.com/banzaicloud/cadence-aws-sdk v0.6.0
@@ -34,15 +34,14 @@ require (
3434
github.com/banzaicloud/operator-tools v0.25.4
3535
github.com/banzaicloud/pipeline/pkg/sdk v0.0.1
3636
github.com/coreos/go-oidc v2.1.0+incompatible
37-
github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e // indirect
3837
github.com/dexidp/dex/api/v2 v2.0.0
3938
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
4039
github.com/ghodss/yaml v1.0.0
4140
github.com/gin-contrib/cors v1.3.0
4241
github.com/gin-gonic/gin v1.6.2
4342
github.com/go-kit/kit v0.10.0
44-
github.com/gofrs/flock v0.8.0
45-
github.com/gofrs/uuid v3.2.0+incompatible
43+
github.com/gofrs/flock v0.8.1
44+
github.com/gofrs/uuid v4.0.0+incompatible
4645
github.com/golang/protobuf v1.5.2
4746
github.com/gorilla/mux v1.8.0
4847
github.com/gorilla/sessions v1.2.1
@@ -52,54 +51,54 @@ require (
5251
github.com/jinzhu/inflection v1.0.0 // indirect
5352
github.com/jinzhu/now v1.1.1
5453
github.com/jonboulle/clockwork v0.2.0
55-
github.com/json-iterator/go v1.1.11
54+
github.com/json-iterator/go v1.1.12
5655
github.com/lestrrat-go/backoff v1.0.0
5756
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
5857
github.com/microcosm-cc/bluemonday v1.0.17
59-
github.com/mitchellh/copystructure v1.1.1
58+
github.com/mitchellh/copystructure v1.2.0
6059
github.com/mitchellh/mapstructure v1.4.1
6160
github.com/moogar0880/problems v0.1.1
6261
github.com/oklog/run v1.1.0
6362
github.com/patrickmn/go-cache v2.1.0+incompatible
6463
github.com/pelletier/go-toml v1.9.3
6564
github.com/pkg/errors v0.9.1
66-
github.com/prometheus/client_golang v1.11.0
65+
github.com/prometheus/client_golang v1.12.1
6766
github.com/prometheus/client_model v0.2.0
6867
github.com/prometheus/prom2json v1.3.0
6968
github.com/sagikazarmark/appkit v0.8.0
7069
github.com/sagikazarmark/kitx v0.12.0
7170
github.com/sagikazarmark/ocmux v0.2.0
7271
github.com/sirupsen/logrus v1.8.1
73-
github.com/spf13/cast v1.3.1
74-
github.com/spf13/cobra v1.1.3
72+
github.com/spf13/cast v1.4.1
73+
github.com/spf13/cobra v1.5.0
7574
github.com/spf13/pflag v1.0.5
76-
github.com/spf13/viper v1.8.0
77-
github.com/stretchr/testify v1.7.0
75+
github.com/spf13/viper v1.8.1
76+
github.com/stretchr/testify v1.8.0
7877
github.com/technosophos/moniker v0.0.0-20180509230615-a5dbd03a2245
7978
github.com/vmware-tanzu/velero v1.5.1
8079
github.com/vmware/govmomi v0.22.0
8180
go.opencensus.io v0.23.0
8281
go.uber.org/cadence v0.19.0
8382
go.uber.org/yarpc v1.55.0
8483
go.uber.org/zap v1.18.1
85-
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
86-
golang.org/x/net v0.0.0-20211209124913-491a49abca63
87-
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
88-
google.golang.org/api v0.44.0
89-
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
90-
google.golang.org/grpc v1.38.0
84+
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
85+
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
86+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
87+
google.golang.org/api v0.61.0
88+
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
89+
google.golang.org/grpc v1.47.0
9190
gopkg.in/resty.v1 v1.12.0
9291
gopkg.in/square/go-jose.v2 v2.5.1
9392
gopkg.in/yaml.v2 v2.4.0
94-
helm.sh/helm/v3 v3.6.1
95-
k8s.io/api v0.21.9
96-
k8s.io/apiextensions-apiserver v0.21.3
97-
k8s.io/apimachinery v0.21.9
98-
k8s.io/cli-runtime v0.21.9
99-
k8s.io/client-go v0.21.9
93+
helm.sh/helm/v3 v3.10.1
94+
k8s.io/api v0.25.2
95+
k8s.io/apiextensions-apiserver v0.25.2
96+
k8s.io/apimachinery v0.25.2
97+
k8s.io/cli-runtime v0.25.2
98+
k8s.io/client-go v0.25.2
10099
k8s.io/cluster-bootstrap v0.21.9
101100
k8s.io/klog v1.0.0
102-
k8s.io/klog/v2 v2.9.0
101+
k8s.io/klog/v2 v2.70.1
103102
k8s.io/kubernetes v1.21.9
104103
logur.dev/adapter/logrus v0.4.1
105104
logur.dev/adapter/zap v0.4.1
@@ -109,7 +108,7 @@ require (
109108
logur.dev/logur v0.17.0
110109
sigs.k8s.io/controller-runtime v0.9.5
111110
sigs.k8s.io/testing_frameworks v0.1.2
112-
sigs.k8s.io/yaml v1.2.0
111+
sigs.k8s.io/yaml v1.3.0
113112
)
114113

115114
replace (

0 commit comments

Comments
 (0)