mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-11 04:28:28 +00:00
32 lines
1.3 KiB
Modula-2
32 lines
1.3 KiB
Modula-2
module bitbucket.org/lightcodelabs/ingress
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.2.1 // indirect
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
github.com/google/gofuzz v1.0.0 // indirect
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/json-iterator/go v1.1.6 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/openshift/api v3.9.0+incompatible // indirect
|
|
github.com/sirupsen/logrus v1.4.1 // indirect
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/stakater/IngressMonitorController v1.0.62
|
|
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a // indirect
|
|
golang.org/x/net v0.0.0-20190415100556-4a65cf94b679 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
|
|
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
|
|
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
|
|
k8s.io/klog v0.3.0
|
|
k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7 // indirect
|
|
sigs.k8s.io/yaml v1.1.0 // indirect
|
|
)
|