From 8cba61cdddc95a20eca97bd910ca413b834d9aae Mon Sep 17 00:00:00 2001 From: Laura Date: Mon, 11 Aug 2025 04:33:23 +0200 Subject: [PATCH] tweak --- internal/codec/xbm/xbm.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/codec/xbm/xbm.go b/internal/codec/xbm/xbm.go index 6a0b6fe..da737ac 100644 --- a/internal/codec/xbm/xbm.go +++ b/internal/codec/xbm/xbm.go @@ -5,12 +5,12 @@ import ( "image" "io" + decode "github.com/knieriem/g/image/xbm" + "github.com/xyproto/xbm" + "github.com/coalaura/ffwebp/internal/codec" "github.com/coalaura/ffwebp/internal/opts" "github.com/urfave/cli/v3" - - decode "github.com/knieriem/g/image/xbm" - "github.com/xyproto/xbm" ) func init() {