2020-09-16 16:46:04 +03:00
module github . com / traefik / traefik / v2
2019-08-03 04:58:23 +03:00
2021-03-04 22:08:03 +03:00
go 1.16
2019-08-03 04:58:23 +03:00
2021-03-08 00:26:03 +03:00
// github.com/docker/docker v17.12.0-ce-rc1.0.20200204220554-5f6d6f3f2203+incompatible => v19.03.6
2019-08-03 04:58:23 +03:00
require (
2022-03-22 13:04:08 +03:00
github . com / BurntSushi / toml v1 . 0.0
2019-08-03 04:58:23 +03:00
github . com / ExpediaDotCom / haystack - client - go v0 . 0.0 - 20190315171017 - e7edbdf53a61
2021-06-22 15:05:57 +03:00
github . com / Masterminds / sprig / v3 v3 . 2.2
2019-08-03 04:58:23 +03:00
github . com / Shopify / sarama v1 . 23.1 / / indirect
github . com / abbot / go - http - auth v0 . 0.0 - 00010101000000 - 000000000000
2021-10-01 10:20:08 +03:00
github . com / aws / aws - sdk - go v1 . 39.0
github . com / cenkalti / backoff / v4 v4 . 1.1
2021-11-25 13:10:06 +03:00
github . com / compose - spec / compose - go v1 . 0.3
2022-02-21 14:10:08 +03:00
github . com / containerd / containerd v1 . 5.9 / / 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
2021-11-25 17:34:06 +03:00
github . com / docker / cli v20 . 10.11 + incompatible
2021-11-25 13:10:06 +03:00
github . com / docker / compose / v2 v2 . 0.1
github . com / docker / docker v20 . 10.7 + incompatible
2019-08-03 04:58:23 +03:00
github . com / docker / go - connections v0 . 4.0
github . com / donovanhide / eventsource v0 . 0.0 - 20170630084216 - b8f31a59085e / / indirect
github . com / fatih / structs v1 . 1.0
github . com / gambol99 / go - marathon v0 . 0.0 - 20180614232016 - 99 a156b96fb2
2022-01-20 11:38:07 +03:00
github . com / go - acme / lego / v4 v4 . 6.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
2021-08-13 18:42:09 +03:00
github . com / golang / protobuf v1 . 5.2
2019-12-12 19:48:05 +03:00
github . com / google / go - github / v28 v28 . 1.1
2021-10-01 10:20:08 +03:00
github . com / gorilla / mux v1 . 8.0
2020-03-23 13:24:05 +03:00
github . com / gorilla / websocket v1 . 4.2
2022-02-21 14:10:08 +03:00
github . com / hashicorp / consul v1 . 10.4
2022-01-12 16:42:21 +03:00
github . com / hashicorp / consul / api v1 . 12.0
2021-07-15 15:02:11 +03:00
github . com / hashicorp / go - hclog v0 . 16.1
github . com / hashicorp / go - multierror v1 . 1.1
2021-11-25 13:10:06 +03:00
github . com / hashicorp / go - version v1 . 3.0
2022-02-09 17:32:12 +03:00
github . com / influxdata / influxdb - client - go / v2 v2 . 7.0
2020-09-15 19:22:04 +03:00
github . com / influxdata / influxdb1 - client v0 . 0.0 - 20191209144304 - 8 bf82d3c094d
2022-01-10 18:08:20 +03:00
github . com / instana / go - sensor v1 . 38.3
2021-07-19 11:22:14 +03:00
github . com / klauspost / compress v1 . 13.0
2022-01-12 16:42:21 +03:00
github . com / kvtools / valkeyrie v0 . 4.0
2022-04-06 11:06:13 +03:00
github . com / lucas - clemente / quic - go v0 . 27.0
2019-08-26 13:20:06 +03:00
github . com / mailgun / ttlmap v0 . 0.0 - 20170619185759 - c1c17f74874f
2022-01-12 16:42:21 +03:00
github . com / miekg / dns v1 . 1.45
2019-08-03 04:58:23 +03:00
github . com / mitchellh / copystructure v1 . 0.0
github . com / mitchellh / hashstructure v1 . 0.0
2021-11-25 13:10:06 +03:00
github . com / mitchellh / mapstructure v1 . 4.2
github . com / opentracing / opentracing - go v1 . 2.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
2021-10-04 18:54:10 +03:00
github . com / pires / go - proxyproto v0 . 6.1
2019-08-03 04:58:23 +03:00
github . com / pmezard / go - difflib v1 . 0.0
2021-10-04 18:54:10 +03:00
github . com / prometheus / client_golang v1 . 11.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
2021-11-25 13:10:06 +03:00
github . com / sirupsen / logrus v1 . 8.1
2021-02-12 14:12:03 +03:00
github . com / stretchr / testify v1 . 7.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
2022-03-22 13:04:08 +03:00
github . com / traefik / paerser v0 . 1.5
2021-12-22 11:24:05 +03:00
github . com / traefik / yaegi v0 . 11.2
2021-06-18 19:10:05 +03:00
github . com / uber / jaeger - client - go v2 . 29.1 + 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
2021-06-21 16:16:13 +03:00
github . com / unrolled / secure v1 . 0.9
2019-08-03 04:58:23 +03:00
github . com / vdemeester / shakers v0 . 1.0
2021-04-29 18:56:03 +03:00
github . com / vulcand / oxy v1 . 3.0
2019-08-03 04:58:23 +03:00
github . com / vulcand / predicate v1 . 1.0
2021-09-02 10:56:11 +03:00
go . elastic . co / apm v1 . 13.1
go . elastic . co / apm / module / apmot v1 . 13.1
2021-06-09 00:50:05 +03:00
golang . org / x / mod v0 . 4.2
2021-12-16 13:52:04 +03:00
golang . org / x / net v0 . 0.0 - 20211209124913 - 491 a49abca63
2021-08-25 22:00:11 +03:00
golang . org / x / sys v0 . 0.0 - 20210817190340 - bfb29a6856f2 / / indirect
2021-11-09 13:34:06 +03:00
golang . org / x / time v0 . 0.0 - 20210723032227 - 1 f47c861a9ac
2022-01-12 16:42:21 +03:00
golang . org / x / tools v0 . 1.6 - 0.20210726203631 - 07 bc1bf47fb2
2021-10-04 18:54:10 +03:00
google . golang . org / grpc v1 . 38.0
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
2021-03-12 16:38:07 +03:00
gopkg . in / yaml . v3 v3 . 0.0 - 20210107192922 - 496545 a6307b
2021-11-09 13:34:06 +03:00
k8s . io / api v0 . 22.1
k8s . io / apiextensions - apiserver v0 . 21.3
k8s . io / apimachinery v0 . 22.1
k8s . io / client - go v0 . 22.1
k8s . io / utils v0 . 0.0 - 20210820185131 - d34e5cb4466e
2019-12-12 19:48:05 +03:00
mvdan . cc / xurls / v2 v2 . 1.0
2021-11-09 13:34:06 +03:00
sigs . k8s . io / gateway - api v0 . 4.0
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
2022-01-17 16:28:05 +03:00
github . com / gorilla / mux = > github . com / containous / mux v0 . 0.0 - 20220113180107 - 8 ffa4f6d063c
2019-08-03 04:58:23 +03:00
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
)
2021-11-25 13:10:06 +03:00
// https://github.com/docker/compose/blob/e44222664abd07ce1d1fe6796d84d93cbc7468c3/go.mod#L131
replace github . com / jaguilar / vt100 = > github . com / tonistiigi / vt100 v0 . 0.0 - 20190402012908 - ad4c4a574305
2022-01-20 11:38:07 +03:00
// ambiguous import: found package github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/http in multiple modules
// tencentcloud uses monorepo with multimodule but the go.mod files are incomplete.
exclude github . com / tencentcloud / tencentcloud - sdk - go v3 . 0.83 + incompatible