diff --git a/encrypt_decrypt_aes/go.mod b/encrypt_decrypt_aes/go.mod index 121f8e6..9b427d0 100644 --- a/encrypt_decrypt_aes/go.mod +++ b/encrypt_decrypt_aes/go.mod @@ -2,10 +2,7 @@ module main go 1.14 -require ( - github.com/google/go-tpm v0.2.1-0.20200701210658-e06fe77d4428 - github.com/google/go-tpm-tools v0.1.3-0.20200626093744-11f284793aa8 -) +require github.com/google/go-tpm v0.3.0 // module main