go.mod 349 B

1234567891011
  1. module github.com/tobychui/naffg
  2. go 1.22.2
  3. require github.com/webview/webview_go v0.0.0-20240831120633-6173450d4dd6
  4. require (
  5. github.com/jchv/go-webview2 v0.0.0-20221223143126-dc24628cff85 // indirect
  6. github.com/jchv/go-winloader v0.0.0-20200815041850-dec1ee9a7fd5 // indirect
  7. golang.org/x/sys v0.0.0-20210218145245-beda7e5e158e // indirect
  8. )