2019-02-19 23:56:41 +00:00
|
|
|
module github.com/drone/drone
|
|
|
|
|
2020-06-23 18:07:03 +00:00
|
|
|
replace github.com/docker/docker => github.com/docker/engine v17.12.0-ce-rc1.0.20200309214505-aa6a9891b09c+incompatible
|
|
|
|
|
2019-02-19 23:56:41 +00:00
|
|
|
require (
|
|
|
|
github.com/99designs/httpsignatures-go v0.0.0-20170731043157-88528bf4ca7e
|
2019-08-14 16:40:31 +00:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.7.0
|
2020-06-23 18:07:03 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
|
2019-02-19 23:56:41 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20180315120708-ccb8e960c48f
|
2021-02-04 19:19:07 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.37.3
|
2020-06-23 18:07:03 +00:00
|
|
|
github.com/codegangsta/negroni v1.0.0 // indirect
|
2019-02-19 23:56:41 +00:00
|
|
|
github.com/coreos/go-semver v0.2.0
|
|
|
|
github.com/dchest/authcookie v0.0.0-20120917135355-fbdef6e99866
|
|
|
|
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
|
2020-11-09 20:32:17 +00:00
|
|
|
github.com/drone/drone-go v1.4.1-0.20201109202657-b9e58bbbcf27
|
2020-06-23 18:07:03 +00:00
|
|
|
github.com/drone/drone-runtime v1.1.1-0.20200623162453-61e33e2cab5d
|
2021-09-09 11:44:02 +00:00
|
|
|
github.com/drone/drone-ui v2.2.1+incompatible
|
2020-03-26 20:38:57 +00:00
|
|
|
github.com/drone/drone-yaml v1.2.4-0.20200326192514-6f4d6dfb39e4
|
2020-07-12 17:54:53 +00:00
|
|
|
github.com/drone/envsubst v1.0.3-0.20200709231038-aa43e1c1a629
|
2021-08-31 13:26:10 +00:00
|
|
|
github.com/drone/funcmap v0.0.0-20210823160631-9e9dec149056
|
2019-02-19 23:56:41 +00:00
|
|
|
github.com/drone/go-license v1.0.2
|
2019-03-13 22:33:58 +00:00
|
|
|
github.com/drone/go-login v1.0.4-0.20190311170324-2a4df4f242a2
|
2021-08-18 08:52:27 +00:00
|
|
|
github.com/drone/go-scm v1.15.2
|
2019-02-19 23:56:41 +00:00
|
|
|
github.com/drone/signal v1.0.0
|
|
|
|
github.com/dustin/go-humanize v1.0.0
|
|
|
|
github.com/go-chi/chi v3.3.3+incompatible
|
|
|
|
github.com/go-chi/cors v1.0.0
|
2021-07-22 13:06:48 +00:00
|
|
|
github.com/go-redis/redis/v8 v8.11.0
|
2021-08-31 13:59:24 +00:00
|
|
|
github.com/go-redsync/redsync/v4 v4.3.0
|
2019-02-19 23:56:41 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.4.0
|
2019-09-03 06:05:30 +00:00
|
|
|
github.com/golang/mock v1.3.1
|
2021-07-22 13:06:48 +00:00
|
|
|
github.com/google/go-cmp v0.5.6
|
2021-05-30 10:47:16 +00:00
|
|
|
github.com/google/go-jsonnet v0.17.0
|
2019-02-19 23:56:41 +00:00
|
|
|
github.com/google/wire v0.2.1
|
|
|
|
github.com/gosimple/slug v1.3.0
|
2019-07-28 19:22:16 +00:00
|
|
|
github.com/h2non/gock v1.0.15
|
2021-07-22 13:06:48 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
|
2021-08-31 13:59:24 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.0
|
2020-06-23 18:07:03 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.5.4
|
|
|
|
github.com/hashicorp/golang-lru v0.5.1
|
2019-02-19 23:56:41 +00:00
|
|
|
github.com/jmoiron/sqlx v0.0.0-20180614180643-0dae4fefe7c0
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/kelseyhightower/envconfig v1.3.0
|
2021-07-22 13:06:48 +00:00
|
|
|
github.com/kr/pretty v0.2.0 // indirect
|
2020-02-18 15:18:27 +00:00
|
|
|
github.com/lib/pq v1.1.0
|
2019-02-19 23:56:41 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.9.0
|
|
|
|
github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2
|
2020-06-23 18:07:03 +00:00
|
|
|
github.com/prometheus/client_golang v0.9.2
|
|
|
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
2019-02-19 23:56:41 +00:00
|
|
|
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
|
|
|
|
github.com/segmentio/ksuid v1.0.2
|
2020-06-23 18:07:03 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2019-02-19 23:56:41 +00:00
|
|
|
github.com/unrolled/secure v0.0.0-20181022170031-4b6b7cf51606
|
2020-11-20 13:56:47 +00:00
|
|
|
go.starlark.net v0.0.0-20201118183435-e55f603d8c79
|
2021-02-04 19:19:07 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2021-07-22 13:06:48 +00:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-02-19 23:56:41 +00:00
|
|
|
)
|
2019-07-28 19:22:16 +00:00
|
|
|
|
|
|
|
replace github.com/h2non/gock => gopkg.in/h2non/gock.v1 v1.0.14
|
2020-03-13 17:27:07 +00:00
|
|
|
|
|
|
|
go 1.13
|