mirror of
https://github.com/fluxcd/flagger.git
synced 2026-02-27 08:13:50 +00:00
23 lines
663 B
Modula-2
23 lines
663 B
Modula-2
module github.com/fluxcd/flagger
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.0.3
|
|
github.com/aws/aws-sdk-go v1.30.19
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/prometheus/client_golang v1.5.1
|
|
github.com/stretchr/testify v1.5.1
|
|
go.uber.org/zap v1.14.1
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
|
|
golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d // indirect
|
|
gopkg.in/h2non/gock.v1 v1.0.15
|
|
k8s.io/api v0.18.8
|
|
k8s.io/apimachinery v0.18.8
|
|
k8s.io/client-go v0.18.8
|
|
k8s.io/code-generator v0.18.8
|
|
)
|
|
|
|
replace k8s.io/klog => github.com/stefanprodan/klog v0.0.0-20190418165334-9cbb78b20423
|