debian-forge-composer/go.mod
Ondřej Budai 15b82a15d2 osbuild-composer: Rename module to github.com/osbuild/osbuild-composer
This should be the best practice according to other popular go projects:
- https://github.com/prometheus/prometheus
- https://github.com/syncthing/syncthing
- https://github.com/drone/drone
- https://github.com/hashicorp/terraform

Also, this change fixes go get command (it currently fails due to bad package
name).
2019-10-08 21:44:57 +02:00

9 lines
205 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/google/uuid v1.1.1
github.com/julienschmidt/httprouter v1.2.0
)