mirror of
https://github.com/fluxcd/flagger.git
synced 2026-02-21 13:30:33 +00:00
26 lines
809 B
Modula-2
26 lines
809 B
Modula-2
module github.com/weaveworks/flagger
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.0.3
|
|
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
|
|
github.com/google/go-cmp v0.3.0
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/mitchellh/hashstructure v1.0.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prometheus/client_golang v1.0.0
|
|
go.uber.org/atomic v1.3.2 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.10.0
|
|
gopkg.in/h2non/gock.v1 v1.0.14
|
|
k8s.io/api v0.17.0
|
|
k8s.io/apimachinery v0.17.1-beta.0
|
|
k8s.io/client-go v0.17.0
|
|
k8s.io/code-generator v0.17.0
|
|
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f
|
|
)
|
|
|
|
replace k8s.io/klog => github.com/stefanprodan/klog v0.0.0-20190418165334-9cbb78b20423
|