Adjust module path
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
parent
932ff67f17
commit
5eca7031ec
4
go.mod
4
go.mod
@ -1,4 +1,4 @@
|
|||||||
module woodpecker-config-service
|
module github.com/woodpecker-ci/example-config-service
|
||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
@ -6,3 +6,5 @@ require (
|
|||||||
github.com/99designs/httpsignatures-go v0.0.0-20170731043157-88528bf4ca7e
|
github.com/99designs/httpsignatures-go v0.0.0-20170731043157-88528bf4ca7e
|
||||||
github.com/woodpecker-ci/woodpecker v0.15.0
|
github.com/woodpecker-ci/woodpecker v0.15.0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
require github.com/joho/godotenv v1.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user