Skip to content

Commit b07caef

Browse files
chore: bump github.com/in-toto/in-toto-golang from 0.10.0 to 0.11.0
Bumps [github.com/in-toto/in-toto-golang](https://github.com/in-toto/in-toto-golang) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/in-toto/in-toto-golang/releases) - [Changelog](https://github.com/in-toto/in-toto-golang/blob/master/CHANGELOG.md) - [Commits](in-toto/in-toto-golang@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: github.com/in-toto/in-toto-golang dependency-version: 0.11.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95531aa commit b07caef

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ require (
270270
github.com/huandu/xstrings v1.5.0 // indirect
271271
github.com/imdario/mergo v1.0.2 // indirect
272272
github.com/in-toto/attestation v1.2.0 // indirect
273-
github.com/in-toto/in-toto-golang v0.10.0 // indirect
273+
github.com/in-toto/in-toto-golang v0.11.0 // indirect
274274
github.com/inconshreveable/mousetrap v1.1.0 // indirect
275275
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
276276
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,8 @@ github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=
515515
github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY=
516516
github.com/in-toto/attestation v1.2.0 h1:aPRUZ3azbqD7yEBD5fP3TD8Dszf+YHo284SOcpahjQk=
517517
github.com/in-toto/attestation v1.2.0/go.mod h1:r79G45gOmzPismgObLSL+rZTFxUgZLOQJI6LofTZgXk=
518-
github.com/in-toto/in-toto-golang v0.10.0 h1:+s2eZQSK3WmWfYV85qXVSBfqgawi/5L02MaqA4o/tpM=
519-
github.com/in-toto/in-toto-golang v0.10.0/go.mod h1:wjT4RiyFlLWCmLUJjwB8oZcjaq7HA390aMJcD3xXgmg=
518+
github.com/in-toto/in-toto-golang v0.11.0 h1:nfidMYBFx+E0lnmX5KUnN2Pdm8zdNKal1ayjJuzzRoA=
519+
github.com/in-toto/in-toto-golang v0.11.0/go.mod h1:u3PjTnwFKjp5a1YCcw8SJg0G+tMeKfVoWsWeFMDCMtw=
520520
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
521521
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
522522
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=

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

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ github.com/imdario/mergo
10811081
# github.com/in-toto/attestation v1.2.0
10821082
## explicit; go 1.23
10831083
github.com/in-toto/attestation/go/v1
1084-
# github.com/in-toto/in-toto-golang v0.10.0
1084+
# github.com/in-toto/in-toto-golang v0.11.0
10851085
## explicit; go 1.24.0
10861086
github.com/in-toto/in-toto-golang/in_toto
10871087
github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common

0 commit comments

Comments
 (0)