Skip to content

Commit

Permalink
update go-tpm-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Oct 9, 2023
1 parent 01c9013 commit d4e2ec4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bazel/toolchains/go_module_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2505,8 +2505,8 @@ def go_dependencies():
"//3rdparty/bazel/com_github_google_go_tpm_tools:include.patch",
],
replace = "github.com/msanft/go-tpm-tools",
sum = "h1:4QiRQA7q24XBX8jWFLmpUqwtPhyD8GoxaeOoM96hpvI=",
version = "v0.4.2",
sum = "h1:9gBF0jwqrnYTTz9B07uePVDBNhDxcwwWoVE+bCEwQL8=",
version = "v0.4.3-0.20231009061925-c55e614fe33b",
)
go_repository(
name = "com_github_google_go_tspi",
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ replace (
replace (
github.com/edgelesssys/constellation/v2/operators/constellation-node-operator/v2/api => ./operators/constellation-node-operator/api
github.com/google/go-tpm => github.com/thomasten/go-tpm v0.0.0-20230629092004-f43f8e2a59eb
github.com/google/go-tpm-tools => github.com/msanft/go-tpm-tools v0.4.2
github.com/google/go-tpm-tools => github.com/msanft/go-tpm-tools v0.4.3-0.20231009061925-c55e614fe33b
github.com/martinjungblut/go-cryptsetup => github.com/daniel-weisse/go-cryptsetup v0.0.0-20230705150314-d8c07bd1723c
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc=
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
github.com/msanft/go-tpm-tools v0.4.2 h1:4QiRQA7q24XBX8jWFLmpUqwtPhyD8GoxaeOoM96hpvI=
github.com/msanft/go-tpm-tools v0.4.2/go.mod h1:PCC6PqdYS7LS9wrZWCYSOgibpxdCnNqyO68ws8V1vw0=
github.com/msanft/go-tpm-tools v0.4.3-0.20231009061925-c55e614fe33b h1:9gBF0jwqrnYTTz9B07uePVDBNhDxcwwWoVE+bCEwQL8=
github.com/msanft/go-tpm-tools v0.4.3-0.20231009061925-c55e614fe33b/go.mod h1:X1j0QE443Tawrs2WiwNrlQMD+Knf2Z0/cLHl1KUoMhI=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
Expand Down
2 changes: 1 addition & 1 deletion hack/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ replace (
replace (
github.com/edgelesssys/constellation/v2 => ./..
github.com/edgelesssys/constellation/v2/operators/constellation-node-operator/v2/api => ./../operators/constellation-node-operator/api
github.com/google/go-tpm-tools => github.com/msanft/go-tpm-tools v0.4.2
github.com/google/go-tpm-tools => github.com/msanft/go-tpm-tools v0.4.3-0.20231009061925-c55e614fe33b
)

require (
Expand Down
4 changes: 2 additions & 2 deletions hack/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc=
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
github.com/msanft/go-tpm-tools v0.4.2 h1:4QiRQA7q24XBX8jWFLmpUqwtPhyD8GoxaeOoM96hpvI=
github.com/msanft/go-tpm-tools v0.4.2/go.mod h1:PCC6PqdYS7LS9wrZWCYSOgibpxdCnNqyO68ws8V1vw0=
github.com/msanft/go-tpm-tools v0.4.3-0.20231009061925-c55e614fe33b h1:9gBF0jwqrnYTTz9B07uePVDBNhDxcwwWoVE+bCEwQL8=
github.com/msanft/go-tpm-tools v0.4.3-0.20231009061925-c55e614fe33b/go.mod h1:X1j0QE443Tawrs2WiwNrlQMD+Knf2Z0/cLHl1KUoMhI=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
Expand Down

0 comments on commit d4e2ec4

Please sign in to comment.