From e7275d796be6c8927a14dd129bc5910d89b8a3d5 Mon Sep 17 00:00:00 2001 From: Laura Date: Wed, 13 Aug 2025 13:58:25 +0200 Subject: [PATCH] update pkg --- .github/workflows/event.json | 11 ----------- .github/workflows/release.yml | 2 +- go.mod | 4 ++-- go.sum | 4 ++-- 4 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 .github/workflows/event.json diff --git a/.github/workflows/event.json b/.github/workflows/event.json deleted file mode 100644 index 6b6fcdd..0000000 --- a/.github/workflows/event.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "ref": "refs/tags/v1.2.3", - "ref_type": "tag", - "repository": { - "full_name": "coalaura/ffwebp" - }, - "after": "0123456789abcdef0123456789abcdef01234567", - "head_commit": { - "id": "0123456789abcdef0123456789abcdef01234567" - } -} \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db1632e..3d09566 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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' diff --git a/go.mod b/go.mod index 62aae68..ba78a61 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index c23fb08..b96a05b 100644 --- a/go.sum +++ b/go.sum @@ -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=