Simplified version of node status monitoring with CLI

This commit is contained in:
Gregory Kurtzer
2021-12-30 23:26:45 +00:00
parent 02a5de3873
commit 525ac1184e
13 changed files with 229 additions and 2 deletions

1
go.mod
View File

@@ -12,5 +12,6 @@ require (
github.com/opencontainers/umoci v0.4.6
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.1
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
gopkg.in/yaml.v2 v2.4.0
)