forked from boxboat/spire-tpm-plugin
-
Notifications
You must be signed in to change notification settings - Fork 5
Fix ekcert checking #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+86
−1,180
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,38 +1,44 @@ | ||
| module github.com/bloomberg/spire-tpm-plugin | ||
|
|
||
| go 1.23.0 | ||
|
|
||
| toolchain go1.23.2 | ||
| go 1.24.0 | ||
|
|
||
| require ( | ||
| github.com/google/go-attestation v0.4.4-0.20220404204839-8820d49b18d9 | ||
| github.com/google/go-tpm-tools v0.3.8 | ||
| github.com/google/go-attestation v0.6.1-0.20260123045045-5514d09200e7 | ||
| github.com/google/go-tpm-tools v0.4.7 | ||
| github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 | ||
| github.com/spiffe/spire-plugin-sdk v1.7.0 | ||
| github.com/stretchr/testify v1.7.1 | ||
| github.com/stretchr/testify v1.9.0 | ||
| google.golang.org/grpc v1.56.3 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/fatih/color v1.13.0 // indirect | ||
| github.com/golang/protobuf v1.5.3 // indirect | ||
| github.com/google/certificate-transparency-go v1.1.2 // indirect | ||
| github.com/google/go-tpm v0.3.3 // indirect | ||
| github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad // indirect | ||
| github.com/google/go-configfs-tsm v0.3.3-0.20240919001351-b4b5b84fdcbc // indirect | ||
| github.com/google/go-sev-guest v0.14.0 // indirect | ||
| github.com/google/go-tdx-guest v0.3.2-0.20241009005452-097ee70d0843 // indirect | ||
| github.com/google/go-tpm v0.9.8 // indirect | ||
| github.com/google/logger v1.1.1 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/hashicorp/go-hclog v1.2.0 // indirect | ||
| github.com/hashicorp/go-plugin v1.4.3 // indirect | ||
| github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect | ||
| github.com/jhump/protoreflect v1.9.0 // indirect | ||
| github.com/kr/pretty v0.2.1 // indirect | ||
| github.com/kr/text v0.2.0 // indirect | ||
| github.com/mattn/go-colorable v0.1.12 // indirect | ||
| github.com/mattn/go-isatty v0.0.14 // indirect | ||
| github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
| github.com/oklog/run v1.0.0 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| golang.org/x/crypto v0.36.0 // indirect | ||
| golang.org/x/net v0.38.0 // indirect | ||
| golang.org/x/sys v0.31.0 // indirect | ||
| golang.org/x/text v0.23.0 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| golang.org/x/crypto v0.45.0 // indirect | ||
| golang.org/x/net v0.47.0 // indirect | ||
| golang.org/x/sys v0.40.0 // indirect | ||
| golang.org/x/text v0.31.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
| google.golang.org/protobuf v1.33.0 // indirect | ||
| gopkg.in/yaml.v3 v3.0.0 // indirect | ||
| google.golang.org/protobuf v1.35.1 // indirect | ||
| gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the (unreleased) commit that implements exactly what we want. google/go-attestation@5514d09