11 lines
269 B
Modula-2
11 lines
269 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
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|