4f78da023a
Bump github.com/google/go-jsonnet to v0.17.0
77 lines
3.4 KiB
Modula-2
77 lines
3.4 KiB
Modula-2
module github.com/drone/drone
|
|
|
|
replace github.com/docker/docker => github.com/docker/engine v17.12.0-ce-rc1.0.20200309214505-aa6a9891b09c+incompatible
|
|
|
|
require (
|
|
github.com/99designs/httpsignatures-go v0.0.0-20170731043157-88528bf4ca7e
|
|
github.com/Azure/azure-storage-blob-go v0.7.0
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20180315120708-ccb8e960c48f
|
|
github.com/aws/aws-sdk-go v1.37.3
|
|
github.com/codegangsta/negroni v1.0.0 // indirect
|
|
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
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/drone/drone-go v1.4.1-0.20201109202657-b9e58bbbcf27
|
|
github.com/drone/drone-runtime v1.1.1-0.20200623162453-61e33e2cab5d
|
|
github.com/drone/drone-ui v0.0.0-20210616023721-d11e2b9d4c32
|
|
github.com/drone/drone-yaml v1.2.4-0.20200326192514-6f4d6dfb39e4
|
|
github.com/drone/envsubst v1.0.3-0.20200709231038-aa43e1c1a629
|
|
github.com/drone/go-license v1.0.2
|
|
github.com/drone/go-login v1.0.4-0.20190311170324-2a4df4f242a2
|
|
github.com/drone/go-scm v1.15.1
|
|
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
|
|
github.com/go-ini/ini v1.39.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.4.0
|
|
github.com/golang/mock v1.3.1
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/google/go-jsonnet v0.17.0
|
|
github.com/google/wire v0.2.1
|
|
github.com/gorhill/cronexpr v0.0.0-20140423231348-a557574d6c02 // indirect
|
|
github.com/gosimple/slug v1.3.0
|
|
github.com/h2non/gock v1.0.15
|
|
github.com/hashicorp/consul/api v1.5.0 // indirect
|
|
github.com/hashicorp/go-hclog v0.14.1 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
|
|
github.com/hashicorp/go-msgpack v1.1.5 // indirect
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/hashicorp/go-plugin v1.3.0 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.5.4
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.1
|
|
github.com/hashicorp/nomad v0.0.0-20190125003214-134391155854
|
|
github.com/hashicorp/raft v1.1.2 // indirect
|
|
github.com/hashicorp/vault/api v1.0.4 // indirect
|
|
github.com/jmoiron/sqlx v0.0.0-20180614180643-0dae4fefe7c0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/kelseyhightower/envconfig v1.3.0
|
|
github.com/lib/pq v1.1.0
|
|
github.com/mattn/go-sqlite3 v1.9.0
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/mitchellh/hashstructure v1.0.0 // indirect
|
|
github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
|
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
|
|
github.com/segmentio/ksuid v1.0.2
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/ugorji/go v1.1.7 // indirect
|
|
github.com/unrolled/secure v0.0.0-20181022170031-4b6b7cf51606
|
|
go.starlark.net v0.0.0-20201118183435-e55f603d8c79
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
gopkg.in/ini.v1 v1.57.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
k8s.io/api v0.0.0-20181130031204-d04500c8c3dd
|
|
k8s.io/apimachinery v0.0.0-20181204150028-eb8c8024849b
|
|
k8s.io/client-go v10.0.0+incompatible
|
|
)
|
|
|
|
replace github.com/h2non/gock => gopkg.in/h2non/gock.v1 v1.0.14
|
|
|
|
go 1.13
|