This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
go.mod
33 lines (31 loc) · 1.56 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/containous/traefik-extra-service-fabric
go 1.16
require (
code.cloudfoundry.org/clock v1.0.0 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.2.2 // indirect
github.com/Masterminds/sprig v2.19.0+incompatible // indirect
github.com/Microsoft/ApplicationInsights-Go v0.3.1-0.20171018060007-98ac7ca026c2 // indirect
github.com/abronan/valkeyrie v0.0.0-20171113095143-063d875e3c5f // indirect
github.com/cenk/backoff v2.1.1+incompatible
github.com/containous/flaeg v1.4.1
github.com/containous/mux v0.0.0-20181024131434-c33f32e26898 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/jjcollinge/logrus-appinsights v0.0.0-20180126100925-9b66602d496a
github.com/jjcollinge/servicefabric v0.0.2-0.20180125130438-8eebe170fa1b
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/ogier/pflag v0.0.2-0.20160129220114-45c278ab3607 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/sirupsen/logrus v1.4.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/traefik/traefik v1.7.27
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
)