Update go-tpm (#141)

Update go-tpm

Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
This commit is contained in:
Christopher Meis 2020-07-27 07:50:40 +02:00 committed by GitHub
parent e0f5598d3c
commit 5c9dabb3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.11
require (
github.com/9elements/go-tss v0.0.0-20200703054618-83e8814aec2a
github.com/fearful-symmetry/gomsr v0.0.1
github.com/google/go-tpm v0.2.1-0.20200720074827-d2c518baf720
github.com/google/go-tpm v0.3.1-0.20200725052042-df638858bece
github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect

2
go.sum
View File

@ -26,6 +26,8 @@ github.com/google/go-tpm v0.2.1-0.20200701210658-e06fe77d4428 h1:FxKQsvo2wttLJb5
github.com/google/go-tpm v0.2.1-0.20200701210658-e06fe77d4428/go.mod h1:iVLWvrPp/bHeEkxTFi9WG6K9w0iy2yIszHwZGHPbzAw=
github.com/google/go-tpm v0.2.1-0.20200720074827-d2c518baf720 h1:RsvoS9X2YFocbmIWtQw7jMUAj7fKcefaYWMiusv1B6M=
github.com/google/go-tpm v0.2.1-0.20200720074827-d2c518baf720/go.mod h1:iVLWvrPp/bHeEkxTFi9WG6K9w0iy2yIszHwZGHPbzAw=
github.com/google/go-tpm v0.3.1-0.20200725052042-df638858bece h1:DGQXr/hP5635epUzrv1XfYWB8xSI7KeUguJOQ1R5hqQ=
github.com/google/go-tpm v0.3.1-0.20200725052042-df638858bece/go.mod h1:iVLWvrPp/bHeEkxTFi9WG6K9w0iy2yIszHwZGHPbzAw=
github.com/google/go-tpm-tools v0.0.0-20190906225433-1614c142f845/go.mod h1:AVfHadzbdzHo54inR2x1v640jdi1YSi3NauM2DUsxk0=
github.com/google/go-tpm-tools v0.1.3-0.20200626093744-11f284793aa8 h1:wNSpV8+LZMVdPGOZ9fLhjaI+AFbV7bk10zfJZKw9C8c=
github.com/google/go-tpm-tools v0.1.3-0.20200626093744-11f284793aa8/go.mod h1:43fCwoNawwJ3t2DQYH57tJvcRi8CF11ce01edlQBjqo=