Skip to content

Commit

Permalink
Update module google.golang.org/protobuf to v1.36.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 12, 2025
1 parent bfff3ad commit 1c848af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sourcetool/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ module github.com/slsa-framework/slsa-source-poc/sourcetool
go 1.23.5

require (
github.com/carabiner-dev/bnd v0.0.1-pre1
github.com/go-git/go-git/v5 v5.13.2
github.com/google/go-github/v68 v68.0.0
github.com/in-toto/attestation v1.1.1-0.20250123155712-7017ad824404
github.com/sigstore/sigstore-go v0.7.0
github.com/spf13/cobra v1.8.1
github.com/theupdateframework/go-tuf/v2 v2.0.2
google.golang.org/protobuf v1.36.4
google.golang.org/protobuf v1.36.5
)

require (
Expand All @@ -18,7 +19,6 @@ require (
github.com/ProtonMail/go-crypto v1.1.5 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/carabiner-dev/bnd v0.0.1-pre1 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/coreos/go-oidc/v3 v3.12.0 // indirect
github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 // indirect
Expand Down
2 changes: 2 additions & 0 deletions sourcetool/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,8 @@ google.golang.org/protobuf v1.36.3 h1:82DV7MYdb8anAVi3qge1wSnMDrnKK7ebr+I0hHRN1B
google.golang.org/protobuf v1.36.3/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
google.golang.org/protobuf v1.36.4 h1:6A3ZDJHn/eNqc1i+IdefRzy/9PokBTPvcqMySR7NNIM=
google.golang.org/protobuf v1.36.4/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
Expand Down

0 comments on commit 1c848af

Please sign in to comment.