mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-10 09:47:28 +00:00
9 lines
157 B
Modula-2
9 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
|
|
)
|