Skip to content

Commit 05f205d

Browse files
Update dependencies (#6916)
Signed-off-by: Neil Twigg <[email protected]>
2 parents 0268221 + e084f24 commit 05f205d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636

3737
- name: Install syft
3838
# Use commit hash here to avoid a re-tagging attack, as this is a third-party action
39-
# Commit 9f7302141466aa6482940f15371237e9d9f4c34a = tag v0.19.0
40-
uses: anchore/sbom-action/download-syft@9f7302141466aa6482940f15371237e9d9f4c34a
39+
# Commit e11c554f704a0b820cbf8c51673f6945e0731532 = tag v0.20.0
40+
uses: anchore/sbom-action/download-syft@e11c554f704a0b820cbf8c51673f6945e0731532
4141
with:
4242
syft-version: "v1.20.0"
4343

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.9
66

77
require (
88
github.com/antithesishq/antithesis-sdk-go v0.4.3-default-no-op
9-
github.com/google/go-tpm v0.9.4
9+
github.com/google/go-tpm v0.9.5
1010
github.com/klauspost/compress v1.18.0
1111
github.com/minio/highwayhash v1.0.3
1212
github.com/nats-io/jwt/v2 v2.7.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/antithesishq/antithesis-sdk-go v0.4.3-default-no-op h1:+OSa/t11TFhqfr
22
github.com/antithesishq/antithesis-sdk-go v0.4.3-default-no-op/go.mod h1:IUpT2DPAKh6i/YhSbt6Gl3v2yvUZjmKncl7U91fup7E=
33
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
44
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5-
github.com/google/go-tpm v0.9.4 h1:awZRf9FwOeTunQmHoDYSHJps3ie6f1UlhS1fOdPEt1I=
6-
github.com/google/go-tpm v0.9.4/go.mod h1:h9jEsEECg7gtLis0upRBQU+GhYVH6jMjrFxI8u6bVUY=
5+
github.com/google/go-tpm v0.9.5 h1:ocUmnDebX54dnW+MQWGQRbdaAcJELsa6PqZhJ48KwVU=
6+
github.com/google/go-tpm v0.9.5/go.mod h1:h9jEsEECg7gtLis0upRBQU+GhYVH6jMjrFxI8u6bVUY=
77
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
88
github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=
99
github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD6Q=

0 commit comments

Comments
 (0)