|
| 1 | +module github.com/containous/traefik/v2 |
| 2 | + |
| 3 | +go 1.12 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect |
| 7 | + github.com/BurntSushi/toml v0.3.1 |
| 8 | + github.com/ExpediaDotCom/haystack-client-go v0.0.0-20190315171017-e7edbdf53a61 |
| 9 | + github.com/Masterminds/goutils v1.1.0 // indirect |
| 10 | + github.com/Masterminds/semver v1.4.2 // indirect |
| 11 | + github.com/Masterminds/sprig v2.20.0+incompatible |
| 12 | + github.com/Microsoft/go-winio v0.4.14 // indirect |
| 13 | + github.com/Microsoft/hcsshim v0.8.6 // indirect |
| 14 | + github.com/NYTimes/gziphandler v1.1.1 |
| 15 | + github.com/Shopify/sarama v1.23.1 // indirect |
| 16 | + github.com/VividCortex/gohistogram v1.0.0 // indirect |
| 17 | + github.com/abbot/go-http-auth v0.0.0-00010101000000-000000000000 |
| 18 | + github.com/abronan/valkeyrie v0.0.0-20190802193736-ed4c4a229894 |
| 19 | + github.com/armon/go-proxyproto v0.0.0-20190211145416-68259f75880e |
| 20 | + github.com/aws/aws-sdk-go v1.21.9 // indirect |
| 21 | + github.com/cenkalti/backoff/v3 v3.0.0 |
| 22 | + github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect |
| 23 | + github.com/containous/alice v0.0.0-20181107144136-d83ebdd94cbd |
| 24 | + github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f |
| 25 | + github.com/davecgh/go-spew v1.1.1 |
| 26 | + github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 // indirect |
| 27 | + github.com/docker/distribution v2.7.1+incompatible // indirect |
| 28 | + github.com/docker/docker v0.0.0-00010101000000-000000000000 |
| 29 | + github.com/docker/docker-credential-helpers v0.6.3 // indirect |
| 30 | + github.com/docker/go-connections v0.4.0 |
| 31 | + github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 // indirect |
| 32 | + github.com/docker/go-units v0.4.0 // indirect |
| 33 | + github.com/docker/libcompose v0.0.0-20190805081528-eac9fe1b8b03 // indirect |
| 34 | + github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect |
| 35 | + github.com/donovanhide/eventsource v0.0.0-20170630084216-b8f31a59085e // indirect |
| 36 | + github.com/eapache/channels v1.1.0 |
| 37 | + github.com/elazarl/go-bindata-assetfs v1.0.0 |
| 38 | + github.com/evanphx/json-patch v4.5.0+incompatible // indirect |
| 39 | + github.com/fatih/structs v1.1.0 |
| 40 | + github.com/felixge/httpsnoop v1.0.0 // indirect |
| 41 | + github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect |
| 42 | + github.com/gambol99/go-marathon v0.0.0-20180614232016-99a156b96fb2 |
| 43 | + github.com/go-acme/lego/v3 v3.0.0 |
| 44 | + github.com/go-check/check v0.0.0-00010101000000-000000000000 |
| 45 | + github.com/go-kit/kit v0.9.0 |
| 46 | + github.com/golang/protobuf v1.3.2 |
| 47 | + github.com/google/go-github/v27 v27.0.4 |
| 48 | + github.com/googleapis/gnostic v0.1.0 // indirect |
| 49 | + github.com/gorilla/mux v1.6.2 |
| 50 | + github.com/gorilla/websocket v1.4.0 |
| 51 | + github.com/hashicorp/go-version v1.2.0 |
| 52 | + github.com/huandu/xstrings v1.2.0 // indirect |
| 53 | + github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc |
| 54 | + github.com/instana/go-sensor v1.4.17-0.20190515112224-78c14625025a |
| 55 | + github.com/labbsr0x/goh v0.0.0-20190610190554-60aa50bcbca7 // indirect |
| 56 | + github.com/libkermit/compose v0.0.0-20171122111507-c04e39c026ad |
| 57 | + github.com/libkermit/docker v0.0.0-20171122101128-e6674d32b807 |
| 58 | + github.com/libkermit/docker-check v0.0.0-20171122104347-1113af38e591 |
| 59 | + github.com/looplab/fsm v0.1.0 // indirect |
| 60 | + github.com/magiconair/properties v1.8.1 // indirect |
| 61 | + github.com/miekg/dns v1.1.15 |
| 62 | + github.com/mitchellh/copystructure v1.0.0 |
| 63 | + github.com/mitchellh/hashstructure v1.0.0 |
| 64 | + github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect |
| 65 | + github.com/opencontainers/go-digest v1.0.0-rc1 // indirect |
| 66 | + github.com/opencontainers/image-spec v1.0.1 // indirect |
| 67 | + github.com/opencontainers/runc v1.0.0-rc8 // indirect |
| 68 | + github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect |
| 69 | + github.com/opentracing/basictracer-go v1.0.0 // indirect |
| 70 | + github.com/opentracing/opentracing-go v1.1.0 |
| 71 | + github.com/openzipkin-contrib/zipkin-go-opentracing v0.3.5 |
| 72 | + github.com/patrickmn/go-cache v2.1.0+incompatible |
| 73 | + github.com/philhofer/fwd v1.0.0 // indirect |
| 74 | + github.com/pmezard/go-difflib v1.0.0 |
| 75 | + github.com/prometheus/client_golang v1.0.0 |
| 76 | + github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 |
| 77 | + github.com/prometheus/common v0.6.0 // indirect |
| 78 | + github.com/prometheus/procfs v0.0.3 // indirect |
| 79 | + github.com/rancher/go-rancher-metadata v0.0.0-00010101000000-000000000000 |
| 80 | + github.com/sirupsen/logrus v1.4.2 |
| 81 | + github.com/stretchr/testify v1.3.0 |
| 82 | + github.com/stvp/go-udp-testing v0.0.0-20171104055251-c4434f09ec13 |
| 83 | + github.com/tinylib/msgp v1.0.2 // indirect |
| 84 | + github.com/transip/gotransip v5.8.2+incompatible // indirect |
| 85 | + github.com/uber/jaeger-client-go v2.16.0+incompatible |
| 86 | + github.com/uber/jaeger-lib v2.0.0+incompatible |
| 87 | + github.com/unrolled/render v1.0.1 |
| 88 | + github.com/unrolled/secure v1.0.1 |
| 89 | + github.com/vdemeester/shakers v0.1.0 |
| 90 | + github.com/vulcand/oxy v1.0.0 |
| 91 | + github.com/vulcand/predicate v1.1.0 |
| 92 | + golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 |
| 93 | + golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect |
| 94 | + google.golang.org/grpc v1.22.1 |
| 95 | + gopkg.in/DataDog/dd-trace-go.v1 v1.16.1 |
| 96 | + gopkg.in/fsnotify.v1 v1.4.7 |
| 97 | + gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect |
| 98 | + gopkg.in/ns1/ns1-go.v2 v2.0.0-20190730140822-b51389932cbc // indirect |
| 99 | + gopkg.in/yaml.v2 v2.2.2 |
| 100 | + gotest.tools v2.2.0+incompatible // indirect |
| 101 | + k8s.io/api v0.0.0-20190718183219-b59d8169aab5 |
| 102 | + k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719 |
| 103 | + k8s.io/client-go v0.0.0-20190718183610-8e956561bbf5 |
| 104 | + k8s.io/code-generator v0.0.0-20190612205613-18da4a14b22b |
| 105 | + mvdan.cc/xurls/v2 v2.0.0 |
| 106 | +) |
| 107 | + |
| 108 | +replace ( |
| 109 | + github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.4.1+incompatible |
| 110 | + github.com/docker/docker => github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b |
| 111 | +) |
| 112 | + |
| 113 | +// Containous forks |
| 114 | +replace ( |
| 115 | + github.com/abbot/go-http-auth => github.com/containous/go-http-auth v0.4.1-0.20180112153951-65b0cdae8d7f |
| 116 | + github.com/go-check/check => github.com/containous/check v0.0.0-20170915194414-ca0bf163426a |
| 117 | + github.com/gorilla/mux => github.com/containous/mux v0.0.0-20181024131434-c33f32e26898 |
| 118 | + github.com/mailgun/minheap => github.com/containous/minheap v0.0.0-20190809180810-6e71eb837595 |
| 119 | + github.com/mailgun/multibuf => github.com/containous/multibuf v0.0.0-20190809014333-8b6c9a7e6bba |
| 120 | + github.com/rancher/go-rancher-metadata => github.com/containous/go-rancher-metadata v0.0.0-20190402144056-c6a65f8b7a28 |
| 121 | +) |
| 122 | + |
| 123 | +// related to invalid pseudo version used by some dependencies |
| 124 | +// https://github.com/cloudflare/cloudflare-go/pull/334 |
| 125 | +// https://github.com/cloudflare/cloudflare-go/pull/333 |
| 126 | +// https://github.com/go-acme/lego/pull/945 |
| 127 | +replace ( |
| 128 | + golang.org/x/lint => golang.org/x/lint v0.0.0-20190409202823-959b441ac422 |
| 129 | + golang.org/x/time => golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 |
| 130 | +) |
0 commit comments