mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
[v3] Improved parser for bound structs
This commit is contained in:
parent
e1279a054f
commit
93aa8345dc
1 changed files with 15 additions and 0 deletions
15
v3/examples/binding/go.mod
Normal file
15
v3/examples/binding/go.mod
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
module binding
|
||||
|
||||
go 1.20
|
||||
|
||||
require github.com/wailsapp/wails/v3 v3.0.0-alpha.0
|
||||
|
||||
require (
|
||||
github.com/imdario/mergo v0.3.12 // indirect
|
||||
github.com/leaanthony/slicer v1.5.0 // indirect
|
||||
github.com/wailsapp/mimetype v1.4.1 // indirect
|
||||
github.com/wailsapp/wails/v2 v2.3.2-0.20230117193915-45c3a501d9e6 // indirect
|
||||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
||||
)
|
||||
|
||||
replace github.com/wailsapp/wails/v3 => ../../../
|
||||
Loading…
Add table
Add a link
Reference in a new issue