mirror of
https://github.com/google/go-attestation.git
synced 2024-12-18 12:46:29 +00:00
9cc576ead1
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
Test / test-linux (1.22.x) (push) Has been cancelled
Test / test-linux-tpm12 (1.22.x) (push) Has been cancelled
Test / test-macos (1.22.x) (push) Has been cancelled
Test / test-windows (1.22.x) (push) Has been cancelled
Bumps the go_modules group with 1 update: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.17.0 to 0.31.0 - [Commits](https://github.com/golang/crypto/compare/v0.17.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
421 B
Modula-2
20 lines
421 B
Modula-2
module github.com/google/go-attestation
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.3
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/google/go-tpm v0.9.1
|
|
github.com/google/go-tpm-tools v0.4.4
|
|
github.com/google/go-tspi v0.3.0
|
|
golang.org/x/sys v0.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/certificate-transparency-go v1.1.2 // indirect
|
|
github.com/google/go-configfs-tsm v0.2.2 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
)
|