mirror of
https://github.com/fluxcd/flagger.git
synced 2026-02-22 05:49:54 +00:00
68 lines
3.1 KiB
Modula-2
68 lines
3.1 KiB
Modula-2
module github.com/weaveworks/flagger
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.37.4 // indirect
|
|
github.com/beorn7/perks v1.0.0 // indirect
|
|
github.com/bxcodec/faker v2.0.1+incompatible // indirect
|
|
github.com/envoyproxy/go-control-plane v0.8.0 // indirect
|
|
github.com/gogo/googleapis v1.2.0 // indirect
|
|
github.com/gogo/protobuf v1.2.1
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/google/go-cmp v0.3.0
|
|
github.com/google/gofuzz v1.0.0 // indirect
|
|
github.com/hashicorp/consul v1.4.4 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.5.3 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.0 // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hashicorp/serf v0.8.3 // indirect
|
|
github.com/hashicorp/vault v1.1.0 // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/json-iterator/go v1.1.6 // indirect
|
|
github.com/k0kubun/pp v3.0.1+incompatible // indirect
|
|
github.com/linkerd/linkerd2 v0.0.0-20190221030352-5e47cb150a33 // indirect
|
|
github.com/lyft/protoc-gen-validate v0.0.14 // indirect
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
|
|
github.com/prometheus/common v0.3.0 // indirect
|
|
github.com/prometheus/procfs v0.0.0-20190416084830-8368d24ba045 // indirect
|
|
github.com/radovskyb/watcher v1.0.6 // indirect
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
|
github.com/solo-io/gloo v0.13.17
|
|
github.com/solo-io/go-utils v0.7.11 // indirect
|
|
github.com/solo-io/solo-kit v0.6.3
|
|
github.com/solo-io/supergloo v0.3.11
|
|
go.opencensus.io v0.20.2 // indirect
|
|
go.uber.org/zap v1.9.1
|
|
golang.org/x/crypto v0.0.0-20190418161225-b43e412143f9 // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
gopkg.in/h2non/gock.v1 v1.0.14
|
|
k8s.io/api v0.0.0-20190531132109-d3f5f50bdd94
|
|
k8s.io/apiextensions-apiserver v0.0.0-20190315093550-53c4693659ed // indirect
|
|
k8s.io/apimachinery v0.0.0-20190531131812-859a0ba5e71a
|
|
k8s.io/client-go v11.0.0+incompatible
|
|
k8s.io/code-generator v0.0.0-20190511023357-639c964206c2
|
|
k8s.io/kube-openapi v0.0.0-20190418160015-6b3d3b2d5666 // indirect
|
|
)
|
|
|
|
replace (
|
|
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
|
|
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
|
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
|
|
k8s.io/api => k8s.io/api v0.0.0-20190531132109-d3f5f50bdd94
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190531131812-859a0ba5e71a
|
|
k8s.io/client-go => k8s.io/client-go v0.0.0-20190531132438-d58e65e5f4b1
|
|
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20190531131525-17d711082421
|
|
)
|
|
|
|
replace k8s.io/klog => github.com/stefanprodan/klog v0.0.0-20190418165334-9cbb78b20423
|