go-webview/go.mod
Claude 96f18346d9
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 1m15s
feat: upgrade to core v0.8.0-alpha.1, replace banned stdlib imports
Replace fmt, errors, strings, encoding/json with Core primitives.
Keep strings.EqualFold, json.NewEncoder (no core equivalents).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 13:53:43 +00:00

9 lines
169 B
Modula-2

module dappco.re/go/core/webview
go 1.26.0
require github.com/gorilla/websocket v1.5.3
require dappco.re/go/core/log v0.1.0
require dappco.re/go/core v0.8.0-alpha.1