unit test + nil check pointers

This commit is contained in:
MatthewHink
2022-04-09 08:56:43 -04:00
parent 86624a6980
commit 086401a07c
3 changed files with 46 additions and 3 deletions

1
go.mod
View File

@@ -15,6 +15,7 @@ require (
github.com/opencontainers/umoci v0.4.6
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.7.0
github.com/talos-systems/go-smbios v0.1.1
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
gopkg.in/yaml.v2 v2.4.0