2022-07-20 15:12:41 +00:00
|
|
|
module github.com/thegeeklab/drone-admin
|
|
|
|
|
2023-02-08 09:16:05 +00:00
|
|
|
go 1.20
|
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
|
2023-02-08 10:07:44 +00:00
|
|
|
github.com/joho/godotenv v1.5.1
|
2023-06-05 08:00:35 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2023-05-28 13:20:22 +00:00
|
|
|
github.com/urfave/cli/v2 v2.25.4
|
2023-05-13 09:13:38 +00:00
|
|
|
golang.org/x/oauth2 v0.8.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
|
2023-05-13 09:13:38 +00:00
|
|
|
golang.org/x/net v0.10.0 // indirect
|
|
|
|
golang.org/x/sys v0.8.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
|
|
|
|
)
|