go-attestation/go.mod
dependabot[bot] 9632df6f12
Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 (#191)
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.3...v0.5.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom D <40675700+twitchy-jsonp@users.noreply.github.com>
2020-11-30 12:27:08 -08:00

15 lines
475 B
Modula-2

module github.com/google/go-attestation
go 1.13
require (
github.com/google/certificate-transparency-go v1.1.1
github.com/google/go-cmp v0.5.4
github.com/google/go-tpm v0.3.1
github.com/google/go-tpm-tools v0.2.0
github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
golang.org/x/sys v0.0.0-20201118182958-a01c418693c7
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)