2022-02-27 22:31:26 +01:00
|
|
|
module github.com/woodpecker-ci/example-config-service
|
2022-02-27 20:18:27 +01:00
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/99designs/httpsignatures-go v0.0.0-20170731043157-88528bf4ca7e
|
|
|
|
github.com/woodpecker-ci/woodpecker v0.15.0
|
|
|
|
)
|
2022-02-27 22:31:26 +01:00
|
|
|
|
|
|
|
require github.com/joho/godotenv v1.4.0
|