Working implementation of runner API (fixes #2)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user