sbctl/go.mod

14 lines
383 B
Modula-2

module github.com/foxboron/sbctl
go 1.15
require (
github.com/anatol/vmtest v0.0.0-20210225191124-26540db15d49
github.com/fatih/color v1.11.0
github.com/foxboron/go-uefi v0.0.0-20210529141219-efd3747ccc2a
github.com/google/uuid v1.1.1
github.com/spf13/cobra v1.0.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
)