2022-07-20 15:12:41 +00:00
|
|
|
module github.com/thegeeklab/drone-admin
|
|
|
|
|
2022-08-05 11:19:01 +00:00
|
|
|
go 1.19
|
2022-07-20 15:12:41 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/drone/drone-go v1.7.1
|
|
|
|
github.com/jackspirou/syscerts v0.0.0-20160531025014-b68f5469dff1
|
|
|
|
github.com/joho/godotenv v1.4.0
|
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2022-12-20 20:06:15 +00:00
|
|
|
github.com/urfave/cli/v2 v2.23.7
|
2022-12-20 20:32:59 +00:00
|
|
|
golang.org/x/oauth2 v0.3.0
|
2022-07-20 15:12:41 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2022-12-20 20:32:59 +00:00
|
|
|
golang.org/x/net v0.3.0 // indirect
|
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
2022-07-20 15:12:41 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
|
|
)
|