2019-09-01 21:15:08 +02:00
|
|
|
module github.com/drone/drone-cli
|
|
|
|
|
2021-03-24 08:44:44 +01:00
|
|
|
go 1.16
|
2019-09-01 21:15:08 +02:00
|
|
|
|
2020-06-23 19:18:43 +02:00
|
|
|
replace github.com/docker/docker => github.com/docker/engine v17.12.0-ce-rc1.0.20200309214505-aa6a9891b09c+incompatible
|
|
|
|
|
2019-09-01 21:15:08 +02:00
|
|
|
require (
|
|
|
|
github.com/docker/go-units v0.3.3
|
2021-08-27 11:54:31 +02:00
|
|
|
github.com/drone/drone-go v1.6.2
|
2020-06-23 19:18:43 +02:00
|
|
|
github.com/drone/drone-runtime v1.1.1-0.20200623162453-61e33e2cab5d
|
2019-09-01 21:15:08 +02:00
|
|
|
github.com/drone/drone-yaml v0.0.0-20190729072335-70fa398b3560
|
2021-08-16 20:13:10 +02:00
|
|
|
github.com/drone/envsubst v1.0.3
|
2019-09-18 22:04:13 +02:00
|
|
|
github.com/drone/funcmap v0.0.0-20190918184546-d4ef6e88376d
|
2019-09-01 21:15:08 +02:00
|
|
|
github.com/drone/signal v1.0.0
|
2020-12-11 20:12:50 +01:00
|
|
|
github.com/fatih/color v1.9.0
|
2021-08-16 20:13:10 +02:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2021-09-13 22:13:29 +02:00
|
|
|
github.com/google/go-jsonnet v0.17.0
|
2019-09-01 21:15:08 +02:00
|
|
|
github.com/jackspirou/syscerts v0.0.0-20160531025014-b68f5469dff1
|
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-12-11 20:12:50 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.4
|
|
|
|
github.com/mattn/go-isatty v0.0.11
|
2019-09-01 21:15:08 +02:00
|
|
|
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
|
2021-08-26 16:34:52 +02:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-09-01 21:15:08 +02:00
|
|
|
github.com/urfave/cli v1.20.0
|
2020-12-11 20:12:50 +01:00
|
|
|
go.starlark.net v0.0.0-20201118183435-e55f603d8c79
|
2020-06-23 19:18:43 +02:00
|
|
|
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
|
2019-09-01 21:15:08 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890
|
|
|
|
)
|