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() {