Skip to content

Commit c5cee9e

Browse files
authored
Merge pull request #6533 from crazy-max/update-intoto-golang
vendor: update github.com/in-toto/in-toto-golang v0.10.0
2 parents 4a388e1 + 0a1bc14 commit c5cee9e

File tree

14 files changed

+276
-272
lines changed

14 files changed

+276
-272
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ linters:
124124
- linters:
125125
- revive
126126
text: var-naming
127+
- linters:
128+
- staticcheck
129+
text: "SA1019: .* is deprecated: .*in-toto/attestation"
127130
paths:
128131
- .*\.pb\.go$
129132
- examples

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/hashicorp/go-immutable-radix/v2 v2.1.0
4646
github.com/hashicorp/golang-lru/v2 v2.0.7
4747
github.com/hiddeco/sshsig v0.2.0
48-
github.com/in-toto/in-toto-golang v0.9.0
48+
github.com/in-toto/in-toto-golang v0.10.0
4949
github.com/klauspost/compress v1.18.4
5050
github.com/mitchellh/hashstructure/v2 v2.0.2
5151
github.com/moby/docker-image-spec v1.3.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef/go.mod h1:lADxMC39cJ
385385
github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w=
386386
github.com/in-toto/attestation v1.1.2 h1:MBFn6lsMq6dptQZJBhalXTcWMb/aJy3V+GX3VYj/V1E=
387387
github.com/in-toto/attestation v1.1.2/go.mod h1:gYFddHMZj3DiQ0b62ltNi1Vj5rC879bTmBbrv9CRHpM=
388-
github.com/in-toto/in-toto-golang v0.9.0 h1:tHny7ac4KgtsfrG6ybU8gVOZux2H8jN05AXJ9EBM1XU=
389-
github.com/in-toto/in-toto-golang v0.9.0/go.mod h1:xsBVrVsHNsB61++S6Dy2vWosKhuA3lUTQd+eF9HdeMo=
388+
github.com/in-toto/in-toto-golang v0.10.0 h1:+s2eZQSK3WmWfYV85qXVSBfqgawi/5L02MaqA4o/tpM=
389+
github.com/in-toto/in-toto-golang v0.10.0/go.mod h1:wjT4RiyFlLWCmLUJjwB8oZcjaq7HA390aMJcD3xXgmg=
390390
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
391391
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
392392
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=

vendor/github.com/in-toto/in-toto-golang/in_toto/attestations.go

Lines changed: 35 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/in-toto/in-toto-golang/in_toto/keylib.go

Lines changed: 5 additions & 211 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)