Add asset tag and uuid support to wwclient

This commit is contained in:
Gregory Kurtzer
2022-01-24 00:44:07 +00:00
parent d9c13c3f36
commit 5083e929f0
3 changed files with 14 additions and 1 deletions

1
go.mod
View File

@@ -13,6 +13,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/talos-systems/go-smbios v0.1.1
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
gopkg.in/yaml.v2 v2.4.0
)