Init toolkit CLI

This commit is contained in:
stefanprodan 2020-04-24 14:30:27 +03:00
parent ebdabaf98d
commit c8fdf76084
5 changed files with 355 additions and 0 deletions

8
go.mod Normal file
View 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
)