| 1 | module github.com/wailsapp/go-webview2 |
| 2 | |
| 3 | go 1.20 |
| 4 | |
| 5 | require ( |
| 6 | github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e |
| 7 | github.com/stretchr/testify v1.9.0 |
| 8 | golang.org/x/sys v0.27.0 |
| 9 | ) |
| 10 | |
| 11 | require ( |
| 12 | github.com/davecgh/go-spew v1.1.1 // indirect |
| 13 | github.com/pmezard/go-difflib v1.0.0 // indirect |
| 14 | gopkg.in/yaml.v3 v3.0.1 // indirect |
| 15 | ) |
| 16 |