mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-18 09:45:44 +00:00
Init toolkit CLI
This commit is contained in:
parent
ebdabaf98d
commit
c8fdf76084
5 changed files with 355 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module github.com/fluxcd/toolkit
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/spf13/cobra v0.0.6
|
||||
k8s.io/client-go v0.18.0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue