mirror of
https://github.com/google/go-attestation.git
synced 2024-12-18 20:47:57 +00:00
545501297e
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.19.0. - [Commits](https://github.com/golang/sys/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
401 B
Modula-2
18 lines
401 B
Modula-2
module github.com/google/go-attestation
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/google/go-tpm v0.9.0
|
|
github.com/google/go-tpm-tools v0.4.4
|
|
github.com/google/go-tspi v0.3.0
|
|
golang.org/x/sys v0.19.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.17.0 // indirect
|
|
)
|