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 (
|
2022-06-01 20:38:04 +02:00
|
|
|
github.com/go-ap/httpsig v0.0.0-20210714162115-62a09257db51
|
|
|
|
github.com/joho/godotenv v1.4.0
|
|
|
|
github.com/woodpecker-ci/woodpecker v0.15.1
|
2023-07-06 16:46:53 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2022-02-27 20:18:27 +01:00
|
|
|
)
|