mirror of
https://github.com/google/go-attestation.git
synced 2024-12-18 20:47:57 +00:00
e0bd974e4e
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.7...v0.5.8) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 lines
284 B
Modula-2
12 lines
284 B
Modula-2
module github.com/google/go-attestation
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.8
|
|
github.com/google/go-tpm v0.3.3
|
|
github.com/google/go-tpm-tools v0.3.8
|
|
github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
|
|
)
|