Add simple osbuild-worker
It doesn't actually build anything yet, but talks to the queue API.
This commit is contained in:
parent
0bdd3a5c89
commit
cfe89eaed5
5 changed files with 125 additions and 2 deletions
5
go.mod
5
go.mod
|
|
@ -2,4 +2,7 @@ module osbuild-composer
|
|||
|
||||
go 1.12
|
||||
|
||||
require github.com/julienschmidt/httprouter v1.2.0
|
||||
require (
|
||||
github.com/google/uuid v1.1.1
|
||||
github.com/julienschmidt/httprouter v1.2.0
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue