native dialogs
This commit is contained in:
parent
47e7c30604
commit
fda504005e
3 changed files with 87 additions and 73 deletions
4
go.mod
4
go.mod
|
|
@ -6,7 +6,7 @@ require (
|
|||
fyne.io/fyne/v2 v2.6.1
|
||||
github.com/emersion/go-autostart v0.0.0-20250403115856-34830d6457d2
|
||||
github.com/gofrs/flock v0.12.1
|
||||
github.com/gregorybednov/lbc v0.0.0-20250901080446-e7a9e1092be5
|
||||
github.com/gregorybednov/lbc v0.0.0-20250917212825-f35c528ba65f
|
||||
github.com/pelletier/go-toml/v2 v2.2.4
|
||||
)
|
||||
|
||||
|
|
@ -20,6 +20,7 @@ require (
|
|||
github.com/DataDog/zstd v1.4.5 // indirect
|
||||
github.com/Microsoft/go-winio v0.6.2 // indirect
|
||||
github.com/ProtonMail/go-crypto v1.1.6 // indirect
|
||||
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf // indirect
|
||||
github.com/Workiva/go-datastructures v1.0.53 // indirect
|
||||
github.com/beorn7/perks v1.0.1 // indirect
|
||||
github.com/bits-and-blooms/bitset v1.14.3 // indirect
|
||||
|
|
@ -111,6 +112,7 @@ require (
|
|||
github.com/spf13/cobra v1.8.1 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/spf13/viper v1.19.0 // indirect
|
||||
github.com/sqweek/dialog v0.0.0-20240226140203-065105509627 // indirect
|
||||
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
|
||||
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
|
||||
github.com/stretchr/testify v1.10.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue