debian-forge-composer/go.mod
Ondřej Budai dd9a815c40 api: improve parity of /{modules,projects}/{list,info} routes
These endpoint are similar in many ways, therefore just one commit. Their
functionality is basically same as in lorax except for error messages and
weird edge cases when handling trailing slashes.

closes #64, closes #65
2019-11-15 00:23:24 +01:00

10 lines
236 B
Modula-2

module github.com/osbuild/osbuild-composer
go 1.12
require (
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
github.com/gobwas/glob v0.2.3
github.com/google/uuid v1.1.1
github.com/julienschmidt/httprouter v1.2.0
)