fix(deps): update module golang.org/x/crypto to v0.7.0 (#472)
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golang.org/x/crypto](https://togithub.com/golang/crypto) | require | minor | `v0.1.0` -> `v0.7.0` | --- ### Release Notes <details> <summary>golang/crypto</summary> ### [`v0.7.0`](https://togithub.com/golang/crypto/compare/v0.6.0...v0.7.0) [Compare Source](https://togithub.com/golang/crypto/compare/v0.6.0...v0.7.0) ### [`v0.6.0`](https://togithub.com/golang/crypto/compare/v0.5.0...v0.6.0) [Compare Source](https://togithub.com/golang/crypto/compare/v0.5.0...v0.6.0) ### [`v0.5.0`](https://togithub.com/golang/crypto/compare/v0.4.0...v0.5.0) [Compare Source](https://togithub.com/golang/crypto/compare/v0.4.0...v0.5.0) ### [`v0.4.0`](https://togithub.com/golang/crypto/compare/v0.3.0...v0.4.0) [Compare Source](https://togithub.com/golang/crypto/compare/v0.3.0...v0.4.0) ### [`v0.3.0`](https://togithub.com/golang/crypto/compare/v0.2.0...v0.3.0) [Compare Source](https://togithub.com/golang/crypto/compare/v0.2.0...v0.3.0) ### [`v0.2.0`](https://togithub.com/golang/crypto/compare/v0.1.0...v0.2.0) [Compare Source](https://togithub.com/golang/crypto/compare/v0.1.0...v0.2.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Ny4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6dc441e2f2
commit
f53f6c885e
2
go.mod
2
go.mod
|
|
@ -32,7 +32,7 @@ require (
|
||||||
go.opentelemetry.io/otel/sdk v1.13.0
|
go.opentelemetry.io/otel/sdk v1.13.0
|
||||||
go.opentelemetry.io/otel/sdk/metric v0.36.0
|
go.opentelemetry.io/otel/sdk/metric v0.36.0
|
||||||
go.uber.org/zap v1.24.0
|
go.uber.org/zap v1.24.0
|
||||||
golang.org/x/crypto v0.1.0
|
golang.org/x/crypto v0.7.0
|
||||||
golang.org/x/net v0.8.0
|
golang.org/x/net v0.8.0
|
||||||
golang.org/x/sync v0.1.0
|
golang.org/x/sync v0.1.0
|
||||||
google.golang.org/grpc v1.53.0
|
google.golang.org/grpc v1.53.0
|
||||||
|
|
|
||||||
2
go.sum
2
go.sum
|
|
@ -409,6 +409,8 @@ golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm
|
||||||
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
||||||
golang.org/x/crypto v0.1.0 h1:MDRAIl0xIo9Io2xV565hzXHw3zVseKrJKodhohM5CjU=
|
golang.org/x/crypto v0.1.0 h1:MDRAIl0xIo9Io2xV565hzXHw3zVseKrJKodhohM5CjU=
|
||||||
golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
|
golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
|
||||||
|
golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A=
|
||||||
|
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
|
||||||
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||||
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||||
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
|
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue