debian-forge-composer/go.mod
Lars Karlitski cfe89eaed5 Add simple osbuild-worker
It doesn't actually build anything yet, but talks to the queue API.
2019-09-26 23:58:03 +02:00

8 lines
121 B
Modula-2

module osbuild-composer
go 1.12
require (
github.com/google/uuid v1.1.1
github.com/julienschmidt/httprouter v1.2.0
)