go-webview/go.mod
Claude 2f9ff11204
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 42s
chore: migrate to dappco.re vanity import path
Change module path from forge.lthn.ai/core/go-webview to
dappco.re/go/core/webview. Update all Go imports and documentation
references. The go-log dependency uses a replace directive to
resolve via the forge until the vanity redirect is configured.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 23:45:30 +00:00

9 lines
201 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.0.4
replace dappco.re/go/core/log v0.0.4 => forge.lthn.ai/core/go-log v0.0.4