feat: make validators for response

This commit is contained in:
debugtalk
2021-10-15 22:22:09 +08:00
parent fbdcf107ea
commit 170fef8dcd
3 changed files with 80 additions and 3 deletions

1
go.mod
View File

@@ -11,6 +11,7 @@ require (
github.com/maja42/goval v1.2.1
github.com/myzhan/boomer v1.6.0
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/shirou/gopsutil v3.21.8+incompatible // indirect
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0