go-webview/go.mod
Snider ab77e922bd
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 1m14s
refactor: replace fmt.Errorf/errors.New with coreerr.E()
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 21:10:49 +00:00

7 lines
135 B
Modula-2

module forge.lthn.ai/core/go-webview
go 1.26.0
require github.com/gorilla/websocket v1.5.3
require forge.lthn.ai/core/go-log v0.0.4