Skip to content

Commit ca3da54

Browse files
authored
chore: bump attest to v0.6.0 (#39)
1 parent 3d2d403 commit ca3da54

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/caarlos0/go-version v0.2.2
77
github.com/caarlos0/log v0.5.3
88
github.com/google/go-tpm v0.9.8
9-
github.com/loicsikidi/attest v0.5.0
9+
github.com/loicsikidi/attest v0.6.0
1010
github.com/loicsikidi/tpm-ca-certificates v0.8.0
1111
github.com/smallstep/certinfo v1.15.0
1212
github.com/spf13/cobra v1.10.2
@@ -62,7 +62,7 @@ require (
6262
github.com/in-toto/attestation v1.1.2 // indirect
6363
github.com/in-toto/in-toto-golang v0.9.0 // indirect
6464
github.com/inconshreveable/mousetrap v1.1.0 // indirect
65-
github.com/loicsikidi/go-tpm-kit v0.6.0 // indirect
65+
github.com/loicsikidi/go-tpm-kit v0.6.1 // indirect
6666
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
6767
github.com/mattn/go-runewidth v0.0.19 // indirect
6868
github.com/muesli/cancelreader v0.2.2 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
258258
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
259259
github.com/letsencrypt/boulder v0.20251110.0 h1:J8MnKICeilO91dyQ2n5eBbab24neHzUpYMUIOdOtbjc=
260260
github.com/letsencrypt/boulder v0.20251110.0/go.mod h1:ogKCJQwll82m7OVHWyTuf8eeFCjuzdRQlgnZcCl0V+8=
261-
github.com/loicsikidi/attest v0.5.0 h1:nb3fI1ZZBELtplohz8ExUBB13GlNUBcRBSVVSxllg+w=
262-
github.com/loicsikidi/attest v0.5.0/go.mod h1:+EpVcDRB8Qx4HHfOaatnXCEZeb44++afR+xF4vYryr0=
263-
github.com/loicsikidi/go-tpm-kit v0.6.0 h1:Lqkuwkn2lg1oTOmOtZEheObKxfvzIaLL1u8XinzEL+8=
264-
github.com/loicsikidi/go-tpm-kit v0.6.0/go.mod h1:NaWraIy5YnNsBLFaqIrftAr7L0bth4shh1bnKquIOe4=
261+
github.com/loicsikidi/attest v0.6.0 h1:CYTd/pNtnSQafBTyugWD7Q/Naw8JbQcoSSVV9b1eM+Y=
262+
github.com/loicsikidi/attest v0.6.0/go.mod h1:hJ1GsqG7Pna34JUc2RRCBX0PgCni4m/wuaX9BKKGLfA=
263+
github.com/loicsikidi/go-tpm-kit v0.6.1 h1:M688tAxu8nzA4zr2x07c2c3uJx8LVijXFXW63yBd8/c=
264+
github.com/loicsikidi/go-tpm-kit v0.6.1/go.mod h1:NaWraIy5YnNsBLFaqIrftAr7L0bth4shh1bnKquIOe4=
265265
github.com/loicsikidi/tpm-ca-certificates v0.8.0 h1:JlvYeYlb+AqkLDH87peU7KIA6RoWujiSL6lHTUvUZUc=
266266
github.com/loicsikidi/tpm-ca-certificates v0.8.0/go.mod h1:Qh+3VaH+uQL4LTuyRn8YI4u9qQC7/fvkvabCSBwB/Vg=
267267
github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQwVHXptag=

0 commit comments

Comments
 (0)