Adjust module path

Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
Lukas Bachschwell 2022-02-27 22:31:26 +01:00
parent 932ff67f17
commit 5eca7031ec
No known key found for this signature in database
GPG Key ID: CCC6AA87CC8DF425

4
go.mod
View File

@ -1,4 +1,4 @@
module woodpecker-config-service
module github.com/woodpecker-ci/example-config-service
go 1.17
@ -6,3 +6,5 @@ require (
github.com/99designs/httpsignatures-go v0.0.0-20170731043157-88528bf4ca7e
github.com/woodpecker-ci/woodpecker v0.15.0
)
require github.com/joho/godotenv v1.4.0