build(deps): bump the gomod group with 9 updates - #45
Merged
Conversation
Bumps the gomod group with 9 updates: | Package | From | To | | --- | --- | --- | | [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | `5.3.1` | `5.3.2` | | [github.com/pdfcpu/pdfcpu](https://github.com/pdfcpu/pdfcpu) | `0.14.0` | `0.15.0` | | [github.com/stephenafamo/bob](https://github.com/stephenafamo/bob) | `0.49.0` | `0.50.0` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.1` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.54.0` | `0.55.0` | | [golang.org/x/image](https://github.com/golang/image) | `0.44.0` | `0.45.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.57.0` | `0.58.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.40.0` | `0.41.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.56.0` | `1.57.0` | Updates `github.com/go-chi/chi/v5` from 5.3.1 to 5.3.2 - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](go-chi/chi@v5.3.1...v5.3.2) Updates `github.com/pdfcpu/pdfcpu` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/pdfcpu/pdfcpu/releases) - [Commits](pdfcpu/pdfcpu@v0.14.0...v0.15.0) Updates `github.com/stephenafamo/bob` from 0.49.0 to 0.50.0 - [Release notes](https://github.com/stephenafamo/bob/releases) - [Changelog](https://github.com/stephenafamo/bob/blob/main/CHANGELOG.md) - [Commits](stephenafamo/bob@v0.49.0...v0.50.0) Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.11.1...v1.12.1) Updates `golang.org/x/crypto` from 0.54.0 to 0.55.0 - [Commits](golang/crypto@v0.54.0...v0.55.0) Updates `golang.org/x/image` from 0.44.0 to 0.45.0 - [Commits](golang/image@v0.44.0...v0.45.0) Updates `golang.org/x/net` from 0.57.0 to 0.58.0 - [Commits](golang/net@v0.57.0...v0.58.0) Updates `golang.org/x/text` from 0.40.0 to 0.41.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.40.0...v0.41.0) Updates `modernc.org/sqlite` from 1.56.0 to 1.57.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.56.0...v1.57.0) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/pdfcpu/pdfcpu dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/stephenafamo/bob dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/crypto dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/image dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/net dependency-version: 0.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/text dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: modernc.org/sqlite dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the gomod group with 9 updates:
5.3.15.3.20.14.00.15.00.49.00.50.01.11.11.12.10.54.00.55.00.44.00.45.00.57.00.58.00.40.00.41.01.56.01.57.0Updates
github.com/go-chi/chi/v5from 5.3.1 to 5.3.2Release notes
Sourced from github.com/go-chi/chi/v5's releases.
Commits
3893906fix(middleware): reject catch-all compress wildcards "/" and "/*" (#1156)9b6ddcdDon't duplicate methods in Allow: header for 405 responses (#1029)29164f0fix: don't drop handlers that collide with a Mount()/Route() pattern (#1148)bc02284docs: deployment recipe + verify checklist for ClientIPFromXFFTrustedProxies ...60ecea5feat(middleware): add text/markdown, text/csv, text/vtt to default compressib...Updates
github.com/pdfcpu/pdfcpufrom 0.14.0 to 0.15.0Release notes
Sourced from github.com/pdfcpu/pdfcpu's releases.
... (truncated)
Commits
f268655bump versiondcc168dupdate issue reporting guidelinesf5f3edfharden PDF validation and add progress reportingafc357eclarify signature validation output and legacy handlingc9c07d0harden crypto integer conversions1983827upgrade gh workflows4e5f3abharden crypto integer conversionsb57300bclean up for #1427a2c3371add CJK auto-wrap support for text watermarks (#1427)Updates
github.com/stephenafamo/bobfrom 0.49.0 to 0.50.0Release notes
Sourced from github.com/stephenafamo/bob's releases.
Changelog
Sourced from github.com/stephenafamo/bob's changelog.
Commits
1f157bdUpdate CHANGELOG for v0.50.01464858Merge pull request #717 from keithbro-imx/feat/psql-check-dberrors7d99d1bMerge branch 'main' into feat/psql-check-dberrors4d2b62adocs: document PostgreSQL check constraint errors79bf1b3Merge pull request #745 from dmakushin/fix/duplicate-param-refsfd41fd8docs: add CHANGELOG entry for duplicate param refs fix796b655Merge pull request #736 from sandonemaki/spec-preload-dedup-cache52d22a9fix(psql): handle duplicate parameter refs ($N) in query parsinge48b781Reorg CHANGELOG after merging #7401e8e077Merge pull request #740 from sandonemaki/loader-dedupUpdates
github.com/stretchr/testifyfrom 1.11.1 to 1.12.1Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
959dbdaMerge pull request #1935 from harryzcy/yaml-update9bb7176Update go.yaml.in/yaml/v3 to v3.0.5001eb79Merge pull request #1905 from Kentzo/patch-1ad40f38Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...3bae017build(deps): bump actions/checkout from 6.0.2 to 6.0.3f8c01f3mock: Mock.Return does not exist anymore12f8b56Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliasesa11649eassert: make *AssertionFunc type just aliasesdc20f41Merge pull request #1890 from stretchr/dolmen/codegen-modernize098f8d7_codegen: use strings.BuilderUpdates
golang.org/x/cryptofrom 0.54.0 to 0.55.0Commits
f44d03dgo.mod: update golang.org/x dependencies5ed4944crypto/internal/poly1305: provide optimised assembly for riscv64b07833cssh: return window credit for discarded extended datad701c51acme: fix nil pointer dereference in pebble test error reporting999d053ssh: fix parsing of GSSAPI payloads offering multiple mechanisms90f76b8ssh: reject certificate signature keys before recursingb53964assh: permit empty but non-nil HostKeyAlgorithms, KeyExchanges, Ciphers, MACs626e40fssh: drain stderr on forwarded TCP and Unix channels31914c6x509roots/fallback: update bundlef2135b8all: clean up minor issues found by staticcheckUpdates
golang.org/x/imagefrom 0.44.0 to 0.45.0Commits
3ebddc7go.mod: update golang.org/x dependencies981eaa0vp8l: avoid allocating many unused Huffman tree groups315273avector: using golang.org/x/sys/cpu for feature detectionUpdates
golang.org/x/netfrom 0.57.0 to 0.58.0Commits
acc78e0go.mod: update golang.org/x dependencies90d10f0internal/http3: delete invalid Content-Length if declared in server handler08abf4dinternal/http3: infer headers when Content-Encoding is set but is empty8d10596http2: avoid deadlocks in wrapped ClientConn state callback99c3b0ahttp2/hpack: build the table lookup maps lazily, only for encoders5a920b1http3: rework registration to allow using a fake network7fd2842quic: return an error from Accept after PacketConn reader exits825111dquic: avoid busy-loop when keep-alive is blocked by congestion controla02ddfahttp/httpproxy: prioritize lowercase proxy environment variables574e5ebquic: halt conn goroutines on close when listener exits earlyUpdates
golang.org/x/textfrom 0.40.0 to 0.41.0Commits
acdba66go.mod: update golang.org/x dependencies02aa981secure/precis: fix short destination buffer handling in Nickname profileUpdates
modernc.org/sqlitefrom 1.56.0 to 1.57.0Changelog
Sourced from modernc.org/sqlite's changelog.