Files
smueller c4077d4673
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 10s
CI / Go — node-agent tests (push) Failing after 8s
CI / Go — edge-gateway build (push) Successful in 13s
Phase2
2026-06-26 12:01:25 +02:00

11 lines
226 B
Modula-2

module github.com/hexahost/gamecloud/node-agent
go 1.23
require (
github.com/docker/docker v28.0.0+incompatible
github.com/docker/go-connections v0.5.0
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
)