Working implementation of runner API (fixes #2)

This commit is contained in:
2023-01-09 00:53:34 -07:00
parent 6ea6c6f437
commit 71de335534
4 changed files with 136 additions and 23 deletions
+2
View File
@@ -3,9 +3,11 @@ module git.ohea.xyz/cursorius/runner
go 1.19
require (
git.ohea.xyz/cursorius/runner-api/go/api/v2 v2.0.0-20230109074922-e20285fe6cf2
git.ohea.xyz/golang/config v0.0.0-20220915224621-b9debd233173
github.com/docker/docker v20.10.18+incompatible
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
google.golang.org/protobuf v1.28.1
nhooyr.io/websocket v1.8.7
)