Initial skeleton: React/TS frontend + Go backend structure

This commit is contained in:
Hermes Agent
2026-06-16 08:51:55 -04:00
parent 78f19cde7d
commit 33c6648b84
40 changed files with 1799 additions and 0 deletions

10
server/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module krates/server
go 1.21
require (
github.com/gorilla/websocket v1.5.3
github.com/yjs/y-websocket v1.2.10
k8s.io/client-go v0.29.0
github.com/olekukonko/tablewriter v0.0.5
)