Skip to content

Commit 18e4d7c

Browse files
fix(deps): update go dependencies (#117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42d4842 commit 18e4d7c

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255

256256
# Install cosign for signing
257257
- name: Install Cosign
258-
uses: sigstore/cosign-installer@v4.1.1
258+
uses: sigstore/cosign-installer@v4.1.2
259259

260260
# Install syft for SBOM generation
261261
- name: Install Syft

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/ibm-hyper-protect/contract-cli
33
go 1.26.1
44

55
require (
6-
github.com/ibm-hyper-protect/contract-go/v2 v2.23.0
6+
github.com/ibm-hyper-protect/contract-go/v2 v2.26.0
77
github.com/spf13/cobra v1.10.2
88
github.com/spf13/pflag v1.0.10
99
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
55
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
66
github.com/ibm-hyper-protect/contract-go/v2 v2.23.0 h1:pFzSzamtaD7Akf7rrM/yDQZmu1fS4/p7U7hFanbdRpY=
77
github.com/ibm-hyper-protect/contract-go/v2 v2.23.0/go.mod h1:tbxT+1Xpl4jyYhK2scBO/OTl7/iM2HOoAQxkjdbnY7A=
8+
github.com/ibm-hyper-protect/contract-go/v2 v2.26.0 h1:2f0xIZ+OLujVgX6f0Ic5Q+Q5AJWt6q/SHRlAJ6ZVcQ8=
9+
github.com/ibm-hyper-protect/contract-go/v2 v2.26.0/go.mod h1:tbxT+1Xpl4jyYhK2scBO/OTl7/iM2HOoAQxkjdbnY7A=
810
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
911
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
1012
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

samples/tgz/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
services:
22
hello-world:
3-
image: docker.io/library/hello-world@sha256:f9078146db2e05e794366b1bfe584a14ea6317f44027d10ef7dad65279026885
3+
image: docker.io/library/hello-world@sha256:0e760fdfbc48ba8041e7c6db999bb40bfca508b4be580ac75d32c4e29d202ce1

0 commit comments

Comments
 (0)