Skip to content

Commit 4215585

Browse files
committed
Updating dependencies
Signed-off-by: rohitagg2020 <[email protected]>
1 parent 7747983 commit 4215585

File tree

21 files changed

+310
-102
lines changed

21 files changed

+310
-102
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ require (
8787
github.com/prometheus/procfs v0.8.0 // indirect
8888
github.com/spf13/pflag v1.0.5 // indirect
8989
github.com/vito/go-interact v1.0.1 // indirect
90-
go.etcd.io/etcd/api/v3 v3.5.4 // indirect
91-
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
92-
go.etcd.io/etcd/client/v3 v3.5.4 // indirect
90+
go.etcd.io/etcd/api/v3 v3.5.7 // indirect
91+
go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
92+
go.etcd.io/etcd/client/v3 v3.5.7 // indirect
9393
go.opentelemetry.io/contrib v0.20.0 // indirect
9494
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 // indirect
9595
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 // indirect

go.sum

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDf
400400
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
401401
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
402402
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
403-
github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
404403
github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY=
405404
github.com/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=
406405
github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y=
@@ -499,16 +498,16 @@ go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
499498
go.etcd.io/bbolt v1.3.6 h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU=
500499
go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4=
501500
go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=
502-
go.etcd.io/etcd/api/v3 v3.5.4 h1:OHVyt3TopwtUQ2GKdd5wu3PmmipR4FTwCqoEjSyRdIc=
503-
go.etcd.io/etcd/api/v3 v3.5.4/go.mod h1:5GB2vv4A4AOn3yk7MftYGHkUfGtDHnEraIjym4dYz5A=
501+
go.etcd.io/etcd/api/v3 v3.5.7 h1:sbcmosSVesNrWOJ58ZQFitHMdncusIifYcrBfwrlJSY=
502+
go.etcd.io/etcd/api/v3 v3.5.7/go.mod h1:9qew1gCdDDLu+VwmeG+iFpL+QlpHTo7iubavdVDgCAA=
504503
go.etcd.io/etcd/client/pkg/v3 v3.5.0/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g=
505-
go.etcd.io/etcd/client/pkg/v3 v3.5.4 h1:lrneYvz923dvC14R54XcA7FXoZ3mlGZAgmwhfm7HqOg=
506-
go.etcd.io/etcd/client/pkg/v3 v3.5.4/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g=
504+
go.etcd.io/etcd/client/pkg/v3 v3.5.7 h1:y3kf5Gbp4e4q7egZdn5T7W9TSHUvkClN6u+Rq9mEOmg=
505+
go.etcd.io/etcd/client/pkg/v3 v3.5.7/go.mod h1:o0Abi1MK86iad3YrWhgUsbGx1pmTS+hrORWc2CamuhY=
507506
go.etcd.io/etcd/client/v2 v2.305.0/go.mod h1:h9puh54ZTgAKtEbut2oe9P4L/oqKCVB6xsXlzd7alYQ=
508507
go.etcd.io/etcd/client/v2 v2.305.4 h1:Dcx3/MYyfKcPNLpR4VVQUP5KgYrBeJtktBwEKkw08Ao=
509508
go.etcd.io/etcd/client/v3 v3.5.0/go.mod h1:AIKXXVX/DQXtfTEqBryiLTUXwON+GuvO6Z7lLS/oTh0=
510-
go.etcd.io/etcd/client/v3 v3.5.4 h1:p83BUL3tAYS0OT/r0qglgc3M1JjhM0diV8DSWAhVXv4=
511-
go.etcd.io/etcd/client/v3 v3.5.4/go.mod h1:ZaRkVgBZC+L+dLCjTcF1hRXpgZXQPOvnA/Ak/gq3kiY=
509+
go.etcd.io/etcd/client/v3 v3.5.7 h1:u/OhpiuCgYY8awOHlhIhmGIGpxfBU/GZBUP3m/3/Iz4=
510+
go.etcd.io/etcd/client/v3 v3.5.7/go.mod h1:sOWmj9DZUMyAngS7QQwCyAXXAL6WhgTOPLNS/NabQgw=
512511
go.etcd.io/etcd/pkg/v3 v3.5.0/go.mod h1:UzJGatBQ1lXChBkQF0AuAtkRQMYnHubxAEYIrC3MSsE=
513512
go.etcd.io/etcd/pkg/v3 v3.5.4 h1:V5Dvl7S39ZDwjkKqJG2BfXgxZ3QREqqKifWQgIw5IM0=
514513
go.etcd.io/etcd/raft/v3 v3.5.0/go.mod h1:UFOHSIvO/nKwd4lhkwabrTD3cqW5yVyYYf/KlD00Szc=

hack/dependencies.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
- checksums:
22
darwin:
3-
amd64: fb9cc00c4b6285e04595c493df73da425a2d5f9a551630e52559dd9ee2d58252
3+
amd64: c2781a30caf7f573dece6ec186ac0e97470d0de2eccf9fcf63f267c35495ac30
44
linux:
5-
amd64: c047bd7084beea2b4a585b13148d7c1084ee6c4aee8a68592fc8ed7d75ecebc5
6-
arm64: 91d9ce5f2c9f8d11a127b1676d3a9fcb1982ec9b89084751c8bd335acffdb0c4
5+
amd64: d05f430ac18b3791d831f4cfd78371a7549f225dfaeb6fef2e5bfcd293d6c382
6+
arm64: 54e228823e851320b848d854218004299d2ff362e0fe9e287d5a52df502baaaf
77
dev: true
88
name: ytt
99
repo: vmware-tanzu/carvel-ytt
1010
urlTemplate: https://github.com/vmware-tanzu/carvel-{{.Name}}/releases/download/{{.Version}}/{{.Name}}-{{.OS}}-{{.Arch}}
11-
version: v0.44.3
11+
version: v0.45.0
1212
- checksums:
1313
darwin:
14-
amd64: f0cdc652e4c8d56ec9f6f61030e353699e57faa2a0aedd1e786d44eb738f8ac1
14+
amd64: 721085d7b50323dddd92f79ea4cebbadc3d5318add886e5e02f77d8e13df6786
1515
linux:
16-
amd64: 6a933fa76aa581b6c92c810c4c35877fad68187e2e9320b86876e00ec6852185
17-
arm64: 4d3842e2199006a0326c43247392f39a9d82c23c77e6bc3015f4db72483a18de
16+
amd64: 9f387e18043c95c922efbf879fc1d4d616b20c1c47aeae4f834c6f0069906735
17+
arm64: 0ffa023c69355ca43ae131be065963e30d576963a066e903c7691fb54a79d08c
1818
dev: true
1919
name: kbld
2020
repo: vmware-tanzu/carvel-kbld
2121
urlTemplate: https://github.com/vmware-tanzu/carvel-{{.Name}}/releases/download/{{.Version}}/{{.Name}}-{{.OS}}-{{.Arch}}
22-
version: v0.36.4
22+
version: v0.37.0
2323
- checksums:
2424
darwin:
2525
amd64: dcbf6dd9b4cecfc6316391029a6e9a5f3863e6a1f7848eb5fb78bfdbdc06faf8
@@ -33,25 +33,25 @@
3333
version: v0.55.0
3434
- checksums:
3535
darwin:
36-
amd64: 33c9654e6e5e865f45f411bf45ea12e28590fdcb43961f758b6d3b28be4c1caf
36+
amd64: 155b6ff8c251b53dfd7e9554ff657b5bf626659dc288012a124a8bdb9186851e
3737
linux:
38-
amd64: 0d8a45d2d85647ce932e1d630d49668e96552140ad33c6adad5f589bb800bb8a
39-
arm64: f05b9f453702f6f50cad66aecef4156b10f48c3b595cbad82c5940c155ec57a4
38+
amd64: 6c9ed811fe9983e03424f2ecfc00a4aaeb19646ef27c42eb2a6c643ea07bd32b
39+
arm64: 79e026faaa1ac75c36414a97ee7e58b4bf9c148b1ce34aee795c667b71745519
4040
dev: true
4141
name: vendir
4242
repo: vmware-tanzu/carvel-vendir
4343
urlTemplate: https://github.com/vmware-tanzu/carvel-{{.Name}}/releases/download/{{.Version}}/{{.Name}}-{{.OS}}-{{.Arch}}
44-
version: v0.32.5
44+
version: v0.33.1
4545
- checksums:
4646
linux:
47-
amd64: 0b1be96b66fab4770526f136f5f1a385a47c41923d33aab0dcb500e0f6c1bf7c
48-
arm64: 919173e8fb7a3b54d76af9feb92e49e86d5a80c5185020bae8c393fa0f0de1e8
47+
amd64: 781d826daec584f9d50a01f0f7dadfd25a3312217a14aa2fbb85107b014ac8ca
48+
arm64: 0a60baac83c3106017666864e664f52a4e16fbd578ac009f9a85456a9241c5db
4949
dev: false
5050
name: helm
5151
repo: helm/helm
5252
tarballSubpath: '{{.OS}}-{{.Arch}}/helm'
5353
urlTemplate: https://get.helm.sh/helm-{{.Version}}-{{.OS}}-{{.Arch}}.tar.gz
54-
version: v3.11.1
54+
version: v3.11.2
5555
- checksums:
5656
linux:
5757
amd64: 53aec65e45f62a769ff24b7e5384f0c82d62668dd96ed56685f649da114b4dbb

vendor/go.etcd.io/etcd/api/v3/version/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.etcd.io/etcd/client/pkg/v3/fileutil/filereader.go

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.etcd.io/etcd/client/pkg/v3/fileutil/fileutil.go

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.etcd.io/etcd/client/pkg/v3/fileutil/purge.go

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.etcd.io/etcd/client/pkg/v3/tlsutil/cipher_suites.go

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.etcd.io/etcd/client/pkg/v3/transport/keepalive_listener.go

Lines changed: 46 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.etcd.io/etcd/client/pkg/v3/transport/limit_listen.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)