diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-24 11:02:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 11:02:36 +0000 |
| commit | a9052760917eda3e12ffb3f7b78bf45cfa78656b (patch) | |
| tree | d8e95cc7213ea6d6b42322ef69fc8c08a41b79cc /go.mod | |
| parent | b4602053ddfaa77c821e0b46344ead73cd0c02e0 (diff) | |
| download | x-a9052760917eda3e12ffb3f7b78bf45cfa78656b.tar.xz x-a9052760917eda3e12ffb3f7b78bf45cfa78656b.zip | |
build(deps): bump github.com/gen2brain/jpegxl from 0.3.0 to 0.4.4 (#676)
Bumps [github.com/gen2brain/jpegxl](https://github.com/gen2brain/jpegxl) from 0.3.0 to 0.4.4.
- [Commits](https://github.com/gen2brain/jpegxl/compare/v0.3.0...v0.4.4)
---
updated-dependencies:
- dependency-name: github.com/gen2brain/jpegxl
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,7 +26,7 @@ require ( github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 github.com/gen2brain/avif v0.3.1 github.com/gen2brain/heic v0.3.0 - github.com/gen2brain/jpegxl v0.3.0 + github.com/gen2brain/jpegxl v0.4.4 github.com/gen2brain/webp v0.4.4 github.com/go-gorm/caches/v4 v4.0.5 github.com/go-interpreter/wagon v0.6.0 @@ -67,7 +67,6 @@ require ( github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64 github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef github.com/twitchtv/twirp v8.1.3+incompatible - github.com/whyrusleeping/cbor-gen v0.1.3-0.20240904181319-8dc02b38228c github.com/whyrusleeping/go-did v0.0.0-20230824162731-404d1707d5d6 go.etcd.io/bbolt v1.4.0 go.jetpack.io/tyson v0.1.1 @@ -75,7 +74,6 @@ require ( golang.org/x/crypto v0.33.0 golang.org/x/oauth2 v0.25.0 golang.org/x/sync v0.11.0 - golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 google.golang.org/grpc v1.70.0 gorm.io/gorm v1.25.12 gorm.io/plugin/prometheus v0.1.0 @@ -108,7 +106,7 @@ require ( github.com/cyphar/filepath-securejoin v0.3.6 // indirect github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect - github.com/ebitengine/purego v0.7.1 // indirect + github.com/ebitengine/purego v0.8.2 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/evanw/esbuild v0.19.11 // indirect github.com/fasthttp/router v1.5.3 // indirect @@ -199,6 +197,7 @@ require ( github.com/valyala/fasthttp v1.58.0 // indirect github.com/valyala/fastjson v1.6.4 // indirect github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect + github.com/whyrusleeping/cbor-gen v0.1.3-0.20240904181319-8dc02b38228c // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect gitlab.com/yawning/secp256k1-voi v0.0.0-20230925100816-f2616030848b // indirect @@ -211,6 +210,7 @@ require ( go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect golang.org/x/arch v0.6.0 // indirect + golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect |
