mirror of
https://github.com/lingble/talos.git
synced 2026-03-20 04:03:37 +00:00
This is a port of ukify.py and systemd-measure from systemd. This requires no actual TPM to be present to calculate the PCR signatures. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com> Signed-off-by: Noel Georgi <git@frezbo.dev>
30 lines
972 B
Modula-2
30 lines
972 B
Modula-2
module github.com/siderolabs/ukify
|
|
|
|
go 1.20
|
|
|
|
replace github.com/siderolabs/talos/pkg/machinery => ../../pkg/machinery
|
|
|
|
require (
|
|
github.com/google/go-tpm v0.3.3
|
|
github.com/google/go-tpm-tools v0.3.12
|
|
github.com/saferwall/pe v1.4.2
|
|
github.com/siderolabs/crypto v0.4.0
|
|
github.com/siderolabs/go-procfs v0.1.1
|
|
github.com/siderolabs/talos v1.4.4
|
|
github.com/siderolabs/talos/pkg/machinery v1.4.4
|
|
)
|
|
|
|
require (
|
|
github.com/containerd/go-cni v1.1.9 // indirect
|
|
github.com/containernetworking/cni v1.1.2 // indirect
|
|
github.com/edsrzf/mmap-go v1.1.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
|
|
golang.org/x/net v0.9.0 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
|
|
google.golang.org/grpc v1.55.0 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
)
|