mirror of
https://github.com/fluxcd/flagger.git
synced 2026-02-23 06:14:02 +00:00
21 lines
498 B
Modula-2
21 lines
498 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.36.20
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/go-logr/zapr v0.3.0
|
|
github.com/google/go-cmp v0.5.2
|
|
github.com/prometheus/client_golang v1.5.1
|
|
github.com/stretchr/testify v1.6.1
|
|
go.uber.org/zap v1.14.1
|
|
gopkg.in/h2non/gock.v1 v1.0.15
|
|
k8s.io/api v0.20.1
|
|
k8s.io/apimachinery v0.20.1
|
|
k8s.io/client-go v0.20.1
|
|
k8s.io/code-generator v0.20.1
|
|
k8s.io/klog/v2 v2.4.0
|
|
)
|