5eca7031ec
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
11 lines
238 B
Modula-2
11 lines
238 B
Modula-2
module github.com/woodpecker-ci/example-config-service
|
|
|
|
go 1.17
|
|
|
|
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
|