2020-09-16 16:46:04 +03:00
module github . com / traefik / traefik / v2
2019-08-03 04:58:23 +03:00
2020-08-17 13:02:03 +03:00
go 1.15
2019-08-03 04:58:23 +03:00
require (
github . com / BurntSushi / toml v0 . 3.1
github . com / ExpediaDotCom / haystack - client - go v0 . 0.0 - 20190315171017 - e7edbdf53a61
github . com / Masterminds / semver v1 . 4.2 / / indirect
2019-12-12 19:48:05 +03:00
github . com / Masterminds / sprig v2 . 22.0 + incompatible
2020-02-24 18:06:05 +03:00
github . com / Microsoft / hcsshim v0 . 8.7 / / indirect
2019-08-03 04:58:23 +03:00
github . com / NYTimes / gziphandler v1 . 1.1
github . com / Shopify / sarama v1 . 23.1 / / indirect
github . com / abbot / go - http - auth v0 . 0.0 - 00010101000000 - 000000000000
2020-02-10 16:52:05 +03:00
github . com / abronan / valkeyrie v0 . 0.0 - 20200127174252 - ef4277a138cd
2020-07-15 17:28:04 +03:00
github . com / aws / aws - sdk - go v1 . 30.20
2020-09-04 11:52:03 +03:00
github . com / cenkalti / backoff / v4 v4 . 0.2
2019-12-12 19:48:05 +03:00
github . com / containerd / containerd v1 . 3.2 / / indirect
2019-08-03 04:58:23 +03:00
github . com / containous / alice v0 . 0.0 - 20181107144136 - d83ebdd94cbd
2020-02-24 18:06:05 +03:00
github . com / coreos / go - systemd v0 . 0.0 - 20191104093116 - d3cd4ed1dbcf
2019-08-03 04:58:23 +03:00
github . com / davecgh / go - spew v1 . 1.1
2020-02-24 18:06:05 +03:00
github . com / docker / cli v0 . 0.0 - 20200221155518 - 740919 cc7fc0
2019-08-03 04:58:23 +03:00
github . com / docker / distribution v2 . 7.1 + incompatible / / indirect
2020-12-15 18:40:05 +03:00
github . com / docker / docker v0 . 7.3 - 0.20190327010347 - be7ac8be2ae0
2019-08-03 04:58:23 +03:00
github . com / docker / docker - credential - helpers v0 . 6.3 / / indirect
github . com / docker / go - connections v0 . 4.0
github . com / docker / go - metrics v0 . 0.0 - 20181218153428 - b84716841b82 / / indirect
github . com / docker / libcompose v0 . 0.0 - 20190805081528 - eac9fe1b8b03 / / indirect
github . com / docker / libtrust v0 . 0.0 - 20160708172513 - aabc10ec26b7 / / indirect
github . com / donovanhide / eventsource v0 . 0.0 - 20170630084216 - b8f31a59085e / / indirect
github . com / eapache / channels v1 . 1.0
github . com / elazarl / go - bindata - assetfs v1 . 0.0
github . com / fatih / structs v1 . 1.0
github . com / flynn / go - shlex v0 . 0.0 - 20150515145356 - 3 f9db97f8568 / / indirect
github . com / gambol99 / go - marathon v0 . 0.0 - 20180614232016 - 99 a156b96fb2
2021-01-25 11:28:04 +03:00
github . com / go - acme / lego / v4 v4 . 2.0
2019-08-03 04:58:23 +03:00
github . com / go - check / check v0 . 0.0 - 00010101000000 - 000000000000
2020-09-15 19:22:04 +03:00
github . com / go - kit / kit v0 . 10.1 - 0.20200915143503 - 439 c4d2ed3ea
2020-10-08 18:12:04 +03:00
github . com / golang / protobuf v1 . 4.2
2019-12-12 19:48:05 +03:00
github . com / google / go - github / v28 v28 . 1.1
2019-09-03 12:52:04 +03:00
github . com / gorilla / mux v1 . 7.3
2020-03-23 13:24:05 +03:00
github . com / gorilla / websocket v1 . 4.2
2019-12-12 19:48:05 +03:00
github . com / hashicorp / consul / api v1 . 3.0
2020-12-15 18:40:05 +03:00
github . com / hashicorp / go - multierror v1 . 0.0
2019-08-03 04:58:23 +03:00
github . com / hashicorp / go - version v1 . 2.0
2020-09-15 19:22:04 +03:00
github . com / influxdata / influxdb1 - client v0 . 0.0 - 20191209144304 - 8 bf82d3c094d
2020-02-24 18:06:05 +03:00
github . com / instana / go - sensor v1 . 5.1
2019-08-03 04:58:23 +03:00
github . com / libkermit / compose v0 . 0.0 - 20171122111507 - c04e39c026ad
github . com / libkermit / docker v0 . 0.0 - 20171122101128 - e6674d32b807
github . com / libkermit / docker - check v0 . 0.0 - 20171122104347 - 1113 af38e591
github . com / magiconair / properties v1 . 8.1 / / indirect
2019-08-26 13:20:06 +03:00
github . com / mailgun / ttlmap v0 . 0.0 - 20170619185759 - c1c17f74874f
2020-09-04 11:52:03 +03:00
github . com / miekg / dns v1 . 1.31
2019-08-03 04:58:23 +03:00
github . com / mitchellh / copystructure v1 . 0.0
github . com / mitchellh / hashstructure v1 . 0.0
2020-09-04 22:06:11 +03:00
github . com / mitchellh / mapstructure v1 . 3.3
2019-08-03 04:58:23 +03:00
github . com / morikuni / aec v0 . 0.0 - 20170113033406 - 39771216 ff4c / / indirect
github . com / opencontainers / go - digest v1 . 0.0 - rc1 / / indirect
github . com / opencontainers / image - spec v1 . 0.1 / / indirect
2020-02-24 18:06:05 +03:00
github . com / opencontainers / runc v1 . 0.0 - rc10 / / indirect
2019-08-03 04:58:23 +03:00
github . com / opentracing / opentracing - go v1 . 1.0
2019-12-02 16:18:08 +03:00
github . com / openzipkin - contrib / zipkin - go - opentracing v0 . 4.5
2019-12-12 19:48:05 +03:00
github . com / openzipkin / zipkin - go v0 . 2.2
2019-08-03 04:58:23 +03:00
github . com / patrickmn / go - cache v2 . 1.0 + incompatible
github . com / philhofer / fwd v1 . 0.0 / / indirect
2020-11-17 15:04:04 +03:00
github . com / pires / go - proxyproto v0 . 3.1
2019-08-03 04:58:23 +03:00
github . com / pmezard / go - difflib v1 . 0.0
2020-09-15 19:22:04 +03:00
github . com / prometheus / client_golang v1 . 3.0
2020-12-15 18:40:05 +03:00
github . com / prometheus / client_model v0 . 2.0
2020-03-12 02:00:04 +03:00
github . com / rancher / go - rancher - metadata v0 . 0.0 - 20200311180630 - 7 f4c936a06ac
2020-12-14 14:56:03 +03:00
github . com / sirupsen / logrus v1 . 7.0
2020-08-17 19:04:03 +03:00
github . com / stretchr / testify v1 . 6.1
2019-12-12 19:48:05 +03:00
github . com / stvp / go - udp - testing v0 . 0.0 - 20191102171040 - 06 b61409b154
2019-08-03 04:58:23 +03:00
github . com / tinylib / msgp v1 . 0.2 / / indirect
2020-11-24 11:40:03 +03:00
github . com / traefik / paerser v0 . 1.1
2020-12-14 14:00:04 +03:00
github . com / traefik / yaegi v0 . 9.8
2020-08-19 16:50:03 +03:00
github . com / uber / jaeger - client - go v2 . 25.0 + incompatible
2019-10-15 17:30:06 +03:00
github . com / uber / jaeger - lib v2 . 2.0 + incompatible
2020-02-24 18:06:05 +03:00
github . com / unrolled / render v1 . 0.2
github . com / unrolled / secure v1 . 0.7
2019-08-03 04:58:23 +03:00
github . com / vdemeester / shakers v0 . 1.0
2020-03-23 13:24:05 +03:00
github . com / vulcand / oxy v1 . 1.0
2019-08-03 04:58:23 +03:00
github . com / vulcand / predicate v1 . 1.0
2020-01-10 13:48:07 +03:00
go . elastic . co / apm v1 . 7.0
go . elastic . co / apm / module / apmot v1 . 7.0
2020-10-08 18:12:04 +03:00
golang . org / x / mod v0 . 3.0
2020-12-15 18:40:05 +03:00
golang . org / x / net v0 . 0.0 - 20200904194848 - 62 affa334b73
2020-09-04 11:52:03 +03:00
golang . org / x / time v0 . 0.0 - 20200630173020 - 3 af7569d3a1e
2020-03-16 19:28:05 +03:00
google . golang . org / grpc v1 . 27.1
2019-12-12 19:48:05 +03:00
gopkg . in / DataDog / dd - trace - go . v1 v1 . 19.0
2019-08-03 04:58:23 +03:00
gopkg . in / fsnotify . v1 v1 . 4.7
gopkg . in / jcmturner / goidentity . v3 v3 . 0.0 / / indirect
2020-04-20 19:36:34 +03:00
gopkg . in / yaml . v3 v3 . 0.0 - 20200615113413 - eeeca48fe776
2020-10-08 18:12:04 +03:00
k8s . io / api v0 . 19.2
k8s . io / apimachinery v0 . 19.2
k8s . io / client - go v0 . 19.2
k8s . io / code - generator v0 . 19.2
2019-12-12 19:48:05 +03:00
mvdan . cc / xurls / v2 v2 . 1.0
2020-12-15 18:40:05 +03:00
sigs . k8s . io / service - apis v0 . 1.0
2019-08-03 04:58:23 +03:00
)
2020-02-24 18:06:05 +03:00
// Docker v19.03.6
replace github . com / docker / docker = > github . com / docker / engine v1 . 4.2 - 0.20200204220554 - 5 f6d6f3f2203
2019-08-03 04:58:23 +03:00
// Containous forks
replace (
2020-03-25 16:28:04 +03:00
github . com / abbot / go - http - auth = > github . com / containous / go - http - auth v0 . 4.1 - 0.20200324110947 - a37a7636d23e
2019-08-03 04:58:23 +03:00
github . com / go - check / check = > github . com / containous / check v0 . 0.0 - 20170915194414 - ca0bf163426a
github . com / gorilla / mux = > github . com / containous / mux v0 . 0.0 - 20181024131434 - c33f32e26898
github . com / mailgun / minheap = > github . com / containous / minheap v0 . 0.0 - 20190809180810 - 6 e71eb837595
github . com / mailgun / multibuf = > github . com / containous / multibuf v0 . 0.0 - 20190809014333 - 8 b6c9a7e6bba
)