10 lines
216 B
Modula-2
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
|
|
)
|