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).
9 lines
205 B
Modula-2
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
|
|
)
|