2019-08-03 04:58:23 +03:00
module github . com / containous / traefik / v2
2019-08-26 16:06:05 +03:00
go 1.13
2019-08-03 04:58:23 +03:00
require (
github . com / Azure / go - ansiterm v0 . 0.0 - 20170929234023 - d6e3b3328b78 / / indirect
github . com / BurntSushi / toml v0 . 3.1
github . com / ExpediaDotCom / haystack - client - go v0 . 0.0 - 20190315171017 - e7edbdf53a61
github . com / Masterminds / goutils v1 . 1.0 / / indirect
github . com / Masterminds / semver v1 . 4.2 / / indirect
2019-12-12 19:48:05 +03:00
github . com / Masterminds / sprig v2 . 22.0 + incompatible
2019-08-03 04:58:23 +03:00
github . com / Microsoft / go - winio v0 . 4.14 / / indirect
github . com / Microsoft / hcsshim v0 . 8.6 / / indirect
github . com / NYTimes / gziphandler v1 . 1.1
github . com / Shopify / sarama v1 . 23.1 / / indirect
github . com / VividCortex / gohistogram v1 . 0.0 / / 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
2019-08-26 15:40:04 +03:00
github . com / c0va23 / go - proxyprotocol v0 . 9.1
2019-12-12 19:48:05 +03:00
github . com / cenkalti / backoff / v3 v3 . 1.1
github . com / containerd / containerd v1 . 3.2 / / indirect
2019-08-03 04:58:23 +03:00
github . com / containerd / continuity v0 . 0.0 - 20190426062206 - aaeac12a7ffc / / indirect
github . com / containous / alice v0 . 0.0 - 20181107144136 - d83ebdd94cbd
github . com / coreos / go - systemd v0 . 0.0 - 20190719114852 - fd7a80b32e1f
github . com / davecgh / go - spew v1 . 1.1
2019-12-18 17:28:04 +03:00
github . com / docker / cli v0 . 0.0 - 20190711175710 - 5 b38d82aa076
2019-08-03 04:58:23 +03:00
github . com / docker / distribution v2 . 7.1 + incompatible / / indirect
github . com / docker / docker v0 . 0.0 - 00010101000000 - 000000000000
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 / go - units v0 . 4.0 / / 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 / evanphx / json - patch v4 . 5.0 + incompatible / / indirect
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
2020-01-17 17:20:05 +03:00
github . com / go - acme / lego / v3 v3 . 3.0
2019-08-03 04:58:23 +03:00
github . com / go - check / check v0 . 0.0 - 00010101000000 - 000000000000
github . com / go - kit / kit v0 . 9.0
2019-12-18 17:28:04 +03:00
github . com / gogo / protobuf v1 . 3.0 / / indirect
2019-08-03 04:58:23 +03:00
github . com / golang / protobuf v1 . 3.2
2019-12-12 19:48:05 +03:00
github . com / google / go - github / v28 v28 . 1.1
2019-08-03 04:58:23 +03:00
github . com / googleapis / gnostic v0 . 1.0 / / indirect
2019-09-03 12:52:04 +03:00
github . com / gorilla / mux v1 . 7.3
2019-12-12 19:48:05 +03:00
github . com / gorilla / websocket v1 . 4.1
github . com / hashicorp / consul / api v1 . 3.0
2019-08-03 04:58:23 +03:00
github . com / hashicorp / go - version v1 . 2.0
github . com / huandu / xstrings v1 . 2.0 / / indirect
2019-12-12 19:48:05 +03:00
github . com / influxdata / influxdb1 - client v0 . 0.0 - 20190809212627 - fc22c7df067e
github . com / instana / go - sensor v1 . 5.0
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
2019-12-12 19:48:05 +03:00
github . com / miekg / dns v1 . 1.22
2019-08-03 04:58:23 +03:00
github . com / mitchellh / copystructure v1 . 0.0
github . com / mitchellh / hashstructure v1 . 0.0
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
github . com / opencontainers / runc v1 . 0.0 - rc8 / / indirect
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
github . com / pmezard / go - difflib v1 . 0.0
2019-10-09 15:48:04 +03:00
github . com / prometheus / client_golang v1 . 1.0
2019-10-15 18:34:08 +03:00
github . com / prometheus / client_model v0 . 0.0 - 20190812154241 - 14 fe0d1b01d4
2019-08-03 04:58:23 +03:00
github . com / rancher / go - rancher - metadata v0 . 0.0 - 00010101000000 - 000000000000
github . com / sirupsen / logrus v1 . 4.2
2019-12-18 17:28:04 +03:00
github . com / spf13 / pflag v1 . 0.3 / / indirect
2019-10-09 15:48:04 +03:00
github . com / stretchr / testify v1 . 4.0
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
github . com / transip / gotransip v5 . 8.2 + incompatible / / indirect
2019-12-22 10:24:03 +03:00
github . com / uber / jaeger - client - go v2 . 21.1 + incompatible
2019-10-15 17:30:06 +03:00
github . com / uber / jaeger - lib v2 . 2.0 + incompatible
2019-08-03 04:58:23 +03:00
github . com / unrolled / render v1 . 0.1
2019-12-12 19:48:05 +03:00
github . com / unrolled / secure v1 . 0.6
2019-08-03 04:58:23 +03:00
github . com / vdemeester / shakers v0 . 1.0
github . com / vulcand / oxy v1 . 0.0
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
2019-12-12 19:48:05 +03:00
golang . org / x / crypto v0 . 0.0 - 20191206172530 - e9b2fee46413 / / indirect
golang . org / x / net v0 . 0.0 - 20191204025024 - 5 ee1b9f4859a
golang . org / x / time v0 . 0.0 - 20191024005414 - 555 d28b269f0
2019-08-03 04:58:23 +03:00
google . golang . org / grpc v1 . 22.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
2019-12-12 19:48:05 +03:00
gopkg . in / yaml . v2 v2 . 2.7
2019-08-03 04:58:23 +03:00
gotest . tools v2 . 2.0 + incompatible / / indirect
k8s . io / api v0 . 0.0 - 20190718183219 - b59d8169aab5
k8s . io / apimachinery v0 . 0.0 - 20190612205821 - 1799 e75a0719
k8s . io / client - go v0 . 0.0 - 20190718183610 - 8 e956561bbf5
k8s . io / code - generator v0 . 0.0 - 20190612205613 - 18 da4a14b22b
2019-12-12 19:48:05 +03:00
mvdan . cc / xurls / v2 v2 . 1.0
2019-08-03 04:58:23 +03:00
)
2019-12-12 19:48:05 +03:00
// Docker v19.03.5
2019-08-03 04:58:23 +03:00
replace (
github . com / Azure / go - autorest = > github . com / Azure / go - autorest v12 . 4.1 + incompatible
2019-12-12 19:48:05 +03:00
github . com / docker / docker = > github . com / docker / engine v1 . 4.2 - 0.20191113042239 - ea84732a7725
2019-08-03 04:58:23 +03:00
)
// Containous forks
replace (
github . com / abbot / go - http - auth = > github . com / containous / go - http - auth v0 . 4.1 - 0.20180112153951 - 65 b0cdae8d7f
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
github . com / rancher / go - rancher - metadata = > github . com / containous / go - rancher - metadata v0 . 0.0 - 20190402144056 - c6a65f8b7a28
)