go-attestation/go.mod
dependabot[bot] 136789e2e1
Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#354)
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
  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>
2023-10-16 09:55:31 -07:00

17 lines
347 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.1
github.com/google/go-tspi v0.3.0
golang.org/x/sys v0.12.0
)
require (
github.com/google/certificate-transparency-go v1.1.2 // indirect
golang.org/x/crypto v0.11.0 // indirect
)