1
0
mirror of synced 2026-03-31 05:54:20 +00:00
Files
flux2/go.mod
stefanprodan 403a0f2882 Add check command
- verify minimum supported version of kubectl, kustomize and
Kubernetes API
2020-04-24 19:43:12 +03:00

10 lines
157 B
Modula-2

module github.com/fluxcd/toolkit
go 1.14
require (
github.com/blang/semver v3.5.1+incompatible
github.com/spf13/cobra v0.0.6
k8s.io/client-go v0.18.0
)