Fixed caret position for append transforms
All checks were successful
Build / build (push) Successful in 39s
Release Build / build (push) Successful in 3m59s

This commit is contained in:
Leon Mika 2026-05-04 22:00:12 +10:00
parent 44a5b664a0
commit 9f14a895fa
3 changed files with 46 additions and 6 deletions

2
go.mod
View file

@ -3,6 +3,7 @@ module dequoter
go 1.25
require (
github.com/google/uuid v1.6.0
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/wailsapp/wails/v2 v2.10.2
gopkg.in/yaml.v3 v3.0.1
@ -49,7 +50,6 @@ require (
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
github.com/labstack/echo/v4 v4.13.3 // indirect