Bump the go_modules group across 1 directory with 2 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
(3 months ago)
by Lagoja
dependencies go
Bumps the go_modules group with 2 updates in the / directory: github.com/cloudflare/circl and github.com/go-viper/mapstructure/v2.
Updates github.com/cloudflare/circl
from 1.6.0 to 1.6.1
Release notes
Sourced from github.com/cloudflare/circl's releases.
CIRCL v1.6.1
- Fixes some point checks on the FourQ curve.
- Hybrid KEM fails on low-order points.
What's Changed
- kem/hybrid: ensure X25519 hybrids fails with low order points by
@Lekensteyn
in cloudflare/circl#541- .github: Use native ARM64 builders instead of QEMU by
@Lekensteyn
in cloudflare/circl#542- Fixes several errors on twisted Edwards curves. by
@armfazh
in cloudflare/circl#545- Release v1.6.1 by
@armfazh
in cloudflare/circl#546Full Changelog: https://github.com/cloudflare/circl/compare/v1.6.0...v1.6.1
Commits
c6d33e3
Release v1.6.10c3868e
curve4q: Shared must fail with low order points.9fd570d
curve4q: Test showing DH does not fails on identity point.c988ceb
fourq: Correctly unmarshalling point.ef2611d
fourq: Test showing point unmarshal fails.05eba44
fourq: Handle the case of Z=0 for IsOnCurve and IsEqual.eef0878
fourq: Test showing isEqual and IsOnCurve fail.2298474
goldilocks; Handling points with z=0.5a940a1
goldilocks: Test for IsEqual must fail with Z=048c3b6a
ed25519: Fix isEqual to handle points with Z=0.- Additional commits viewable in compare view
Updates github.com/go-viper/mapstructure/v2
from 2.2.1 to 2.3.0
Release notes
Sourced from github.com/go-viper/mapstructure/v2's releases.
v2.3.0
What's Changed
- build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by
@dependabot
in go-viper/mapstructure#46- build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by
@dependabot
in go-viper/mapstructure#47- [enhancement] Add check for
reflect.Value
inComposeDecodeHookFunc
by@mahadzaryab1
in go-viper/mapstructure#52- build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by
@dependabot
in go-viper/mapstructure#51- build(deps): bump actions/checkout from 4.2.0 to 4.2.2 by
@dependabot
in go-viper/mapstructure#50- build(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by
@dependabot
in go-viper/mapstructure#55- build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 by
@dependabot
in go-viper/mapstructure#58- ci: add Go 1.24 to the test matrix by
@sagikazarmark
in go-viper/mapstructure#74- build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.5.0 by
@dependabot
in go-viper/mapstructure#72- build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by
@dependabot
in go-viper/mapstructure#76- build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 by
@dependabot
in go-viper/mapstructure#78- feat: add decode hook for netip.Prefix by
@tklauser
in go-viper/mapstructure#85- Updates by
@sagikazarmark
in go-viper/mapstructure#86- build(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by
@dependabot
in go-viper/mapstructure#87- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by
@dependabot
in go-viper/mapstructure#93- build(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by
@dependabot
in go-viper/mapstructure#92- build(deps): bump github/codeql-action from 3.28.17 to 3.28.19 by
@dependabot
in go-viper/mapstructure#97- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@dependabot
in go-viper/mapstructure#96- Update README.md by
@peczenyj
in go-viper/mapstructure#90- Add omitzero tag. by
@Crystalix007
in go-viper/mapstructure#98- Use error structs instead of duplicated strings by
@m1k1o
in go-viper/mapstructure#102- build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 by
@dependabot
in go-viper/mapstructure#101- feat: add common error interface by
@sagikazarmark
in go-viper/mapstructure#105- update linter by
@sagikazarmark
in go-viper/mapstructure#106- Feature allow unset pointer by
@rostislaved
in go-viper/mapstructure#80New Contributors
@tklauser
made their first contribution in go-viper/mapstructure#85@peczenyj
made their first contribution in go-viper/mapstructure#90@Crystalix007
made their first contribution in go-viper/mapstructure#98@rostislaved
made their first contribution in go-viper/mapstructure#80Full Changelog: https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0
Commits
8c61ec1
Merge pull request #80 from rostislaved/feature-allow-unset-pointerdf765f4
Merge pull request #106 from go-viper/update-linter5f34b05
update linter36de1e1
Merge pull request #105 from go-viper/error-refactor6a283a3
chore: update error type doc599cb73
Merge pull request #101 from go-viper/dependabot/github_actions/github/codeql...ed3f921
feat: remove value from error messagesa3f8b22
revert: error message change9661f6d
feat: add common error interfacef12f6c7
Merge pull request #102 from m1k1o/prettify-errors2- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
2
3
+7
-7
Package Dependencies
github.com/go-viper/mapstructure/v2
go
2.2.1 → 2.3.0
Minor
Technical Details
ID: | 2383259 |
UUID: | 2624893766 |
Node ID: | PR_kwDOH1-qgs6cdLNG |
Host: | GitHub |
Repository: | jetify-com/devbox |
Merge State: | Unknown |