2019-11-04 20:28:48 +00:00
|
|
|
module github.com/cloudflare/cloudflared
|
|
|
|
|
2020-09-16 17:45:09 +00:00
|
|
|
go 1.15
|
2019-11-04 20:28:48 +00:00
|
|
|
|
|
|
|
require (
|
2019-11-12 18:50:41 +00:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.3.3
|
2020-12-02 20:58:17 +00:00
|
|
|
github.com/acmacalister/skittles v0.0.0-20160609003031-7423546701e1 // indirect
|
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
2019-11-04 20:28:48 +00:00
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
|
2020-12-02 20:58:17 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.34.19 // indirect
|
2020-05-01 20:59:52 +00:00
|
|
|
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
|
2019-11-04 20:28:48 +00:00
|
|
|
github.com/cloudflare/brotli-go v0.0.0-20191101163834-d34379f7ff93
|
|
|
|
github.com/cloudflare/golibs v0.0.0-20170913112048-333127dbecfc
|
2020-09-09 18:09:42 +00:00
|
|
|
github.com/coredns/coredns v1.7.0
|
2019-11-04 20:28:48 +00:00
|
|
|
github.com/coreos/go-oidc v0.0.0-20171002155002-a93f71fdfe73
|
2020-09-09 18:09:42 +00:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
2019-11-12 18:50:41 +00:00
|
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0
|
|
|
|
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
|
|
|
|
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
|
2019-11-04 20:28:48 +00:00
|
|
|
github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434
|
2019-11-12 18:50:41 +00:00
|
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
|
|
|
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
|
2020-09-09 18:09:42 +00:00
|
|
|
github.com/frankban/quicktest v1.10.0 // indirect
|
2020-04-13 17:22:00 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2020-07-24 22:17:17 +00:00
|
|
|
github.com/gdamore/tcell v1.3.0
|
2019-11-04 20:28:48 +00:00
|
|
|
github.com/getsentry/raven-go v0.0.0-20180517221441-ed7bcb39ff10
|
2020-12-02 20:58:17 +00:00
|
|
|
github.com/gliderlabs/ssh v0.0.0-20191009160644-63518b5243e0 // indirect
|
2020-09-09 18:09:42 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-10-20 15:26:55 +00:00
|
|
|
github.com/gobwas/httphead v0.0.0-20200921212729-da3d93bc3c58 // indirect
|
|
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
|
|
github.com/gobwas/ws v1.0.4
|
2019-11-04 20:28:48 +00:00
|
|
|
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
|
2020-09-09 18:09:42 +00:00
|
|
|
github.com/google/go-cmp v0.5.2 // indirect
|
|
|
|
github.com/google/uuid v1.1.2
|
2019-11-04 20:28:48 +00:00
|
|
|
github.com/gorilla/mux v1.7.3
|
2020-09-09 17:07:35 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2019-11-12 18:50:41 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-10-16 10:13:48 +00:00
|
|
|
github.com/json-iterator/go v1.1.10
|
2020-09-09 18:09:42 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2019-11-12 18:50:41 +00:00
|
|
|
github.com/kshvakov/clickhouse v1.3.11
|
2020-03-31 14:56:22 +00:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2019-11-04 20:28:48 +00:00
|
|
|
github.com/lib/pq v1.2.0
|
2021-01-13 23:13:23 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.8
|
2019-11-12 18:50:41 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
2020-09-09 18:09:42 +00:00
|
|
|
github.com/miekg/dns v1.1.31
|
2019-11-04 20:28:48 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-09-09 18:09:42 +00:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
|
|
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
|
|
|
|
github.com/pkg/errors v0.9.1
|
2019-11-12 18:50:41 +00:00
|
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
2020-09-09 18:09:42 +00:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
|
|
|
github.com/prometheus/common v0.13.0 // indirect
|
2020-07-24 22:17:17 +00:00
|
|
|
github.com/rivo/tview v0.0.0-20200712113419-c65badfc3d92
|
2020-11-25 06:55:13 +00:00
|
|
|
github.com/rs/zerolog v1.20.0
|
2020-09-09 18:09:42 +00:00
|
|
|
github.com/stretchr/testify v1.6.0
|
2020-08-05 10:49:53 +00:00
|
|
|
github.com/urfave/cli/v2 v2.2.0
|
2019-11-12 18:50:41 +00:00
|
|
|
github.com/xo/dburl v0.0.0-20191005012637-293c3298d6c0
|
2020-09-09 18:09:42 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
|
|
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
|
|
|
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009
|
|
|
|
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
|
|
|
|
google.golang.org/grpc v1.32.0 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2019-11-12 18:50:41 +00:00
|
|
|
gopkg.in/coreos/go-oidc.v2 v2.1.0
|
2020-12-02 20:58:17 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2019-11-12 18:50:41 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
|
2020-09-09 18:09:42 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
2020-05-29 09:21:03 +00:00
|
|
|
zombiezen.com/go/capnproto2 v2.18.0+incompatible
|
2019-11-04 20:28:48 +00:00
|
|
|
)
|