2021-08-08 10:37:18 +02:00
|
|
|
module git.entr0py.de/garionion/drone-yaml-server
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/drone/drone-go v1.0.6
|
2021-08-14 18:36:10 +02:00
|
|
|
github.com/go-git/go-git/v5 v5.4.2
|
2021-08-08 10:37:18 +02:00
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
)
|