- Add runner-proto-socket-transport-hardening milestone and SDD docs - Add runnersocket package for Go service - Update agent config, runner, and job client (Dart) - Update Bootstrap scripts (PowerShell, shell) - Update Go service HTTP server handlers and routes - Add CICD state store updates - Update agent-ops domain rules and phase roadmap
12 lines
272 B
Modula-2
12 lines
272 B
Modula-2
module github.com/toki/oto/services/core
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
git.toki-labs.com/toki/proto-socket/go v0.0.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require nhooyr.io/websocket v1.8.17 // indirect
|
|
|
|
replace git.toki-labs.com/toki/proto-socket/go => ../../../proto-socket/go
|