Initial skeleton: React/TS frontend + Go backend structure
This commit is contained in:
10
server/go.mod
Normal file
10
server/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user