go-attestation/go.mod
dependabot[bot] 9ff0d31d3c
Bump github.com/google/go-cmp from 0.5.5 to 0.5.6 (#221)
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.5...v0.5.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-02 11:17:17 -07:00

15 lines
445 B
Modula-2

module github.com/google/go-attestation
go 1.16
require (
github.com/google/certificate-transparency-go v1.1.1
github.com/google/go-cmp v0.5.6
github.com/google/go-tpm v0.3.2
github.com/google/go-tpm-tools v0.2.1
github.com/google/go-tspi v0.3.0
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
golang.org/x/sys v0.0.0-20210316092937-0b90fd5c4c48
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)