1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 05:49:54 +00:00

update pkg

This commit is contained in:
Laura
2025-08-13 13:58:25 +02:00
parent ffc5e117ee
commit e7275d796b
4 changed files with 5 additions and 16 deletions

View File

@@ -1,11 +0,0 @@
{
"ref": "refs/tags/v1.2.3",
"ref_type": "tag",
"repository": {
"full_name": "coalaura/ffwebp"
},
"after": "0123456789abcdef0123456789abcdef01234567",
"head_commit": {
"id": "0123456789abcdef0123456789abcdef01234567"
}
}

View File

@@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24.6'
go-version: '1.25.0'
- name: Generate Windows resources
if: matrix.goos == 'windows'

4
go.mod
View File

@@ -1,8 +1,8 @@
module github.com/coalaura/ffwebp
go 1.24.6
go 1.25.0
require github.com/urfave/cli/v3 v3.3.9
require github.com/urfave/cli/v3 v3.4.1
require (
github.com/anthonynsimon/bild v0.14.0

4
go.sum
View File

@@ -47,8 +47,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/tetratelabs/wazero v1.9.0 h1:IcZ56OuxrtaEz8UYNRHBrUa9bYeX9oVY93KspZZBf/I=
github.com/tetratelabs/wazero v1.9.0/go.mod h1:TSbcXCfFP0L2FGkRPxHphadXPjo1T6W+CseNNY7EkjM=
github.com/urfave/cli/v3 v3.3.9 h1:54roEDJcTWuucl6MSQ3B+pQqt1ePh/xOQokhEYl5Gfs=
github.com/urfave/cli/v3 v3.3.9/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
github.com/urfave/cli/v3 v3.4.1 h1:1M9UOCy5bLmGnuu1yn3t3CB4rG79Rtoxuv1sPhnm6qM=
github.com/urfave/cli/v3 v3.4.1/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
github.com/xyproto/xbm v1.0.0 h1:R5/A2+yhyy4V2c626bdIVfS1UNwE3efhiEBuKXU6u3A=
github.com/xyproto/xbm v1.0.0/go.mod h1:m2xrjsNmxuzBrx6gs4rSgxgpJWXS01j9KxYgjxhcnoc=
golang.org/x/image v0.30.0 h1:jD5RhkmVAnjqaCUXfbGBrn3lpxbknfN9w2UhHHU+5B4=