woodpecker-config-service/go.mod
2022-06-01 20:38:04 +02:00

10 lines
216 B
Modula-2

module github.com/woodpecker-ci/example-config-service
go 1.17
require (
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
)