mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
8 lines
112 B
Modula-2
8 lines
112 B
Modula-2
module github.com/fluxcd/toolkit
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/spf13/cobra v0.0.6
|
|
k8s.io/client-go v0.18.0
|
|
)
|