Skip to content

Commit 33cca81

Browse files
authored
Combined dependencies PR (#681)
Combining multiple dependencies PRs into one. <details> <summary>Instructions for merging</summary> * **Use a merge commit**, so that GitHub will mark all original PRs as merged. * If your repository does not have merge commits enabled, please temporarily enable them in settings. Tick `Allow merge commits` in the repository settings. * When ready, merge this PR using `Create a merge commit`. </details> ## Combined PRs * Bump the go_modules group across 1 directory with 1 update (#670) @app/dependabot * Bump the go_modules group across 5 directories with 1 update (#664) @app/dependabot
2 parents bca8c52 + 36730b4 commit 33cca81

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ require (
7878
github.com/git-pkgs/vers v0.2.2 // indirect
7979
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
8080
github.com/go-git/go-billy/v5 v5.8.0 // indirect
81-
github.com/go-git/go-git/v5 v5.17.1 // indirect
81+
github.com/go-git/go-git/v5 v5.17.2 // indirect
8282
github.com/go-jose/go-jose/v3 v3.0.5 // indirect
8383
github.com/go-logr/logr v1.4.3 // indirect
8484
github.com/go-logr/stdr v1.2.2 // indirect

examples/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ github.com/go-git/go-billy/v5 v5.8.0 h1:I8hjc3LbBlXTtVuFNJuwYuMiHvQJDq1AT6u4DwDz
196196
github.com/go-git/go-billy/v5 v5.8.0/go.mod h1:RpvI/rw4Vr5QA+Z60c6d6LXH0rYJo0uD5SqfmrrheCY=
197197
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4=
198198
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII=
199-
github.com/go-git/go-git/v5 v5.17.1 h1:WnljyxIzSj9BRRUlnmAU35ohDsjRK0EKmL0evDqi5Jk=
200-
github.com/go-git/go-git/v5 v5.17.1/go.mod h1:pW/VmeqkanRFqR6AljLcs7EA7FbZaN5MQqO7oZADXpo=
199+
github.com/go-git/go-git/v5 v5.17.2 h1:B+nkdlxdYrvyFK4GPXVU8w1U+YkbsgciIR7f2sZJ104=
200+
github.com/go-git/go-git/v5 v5.17.2/go.mod h1:pW/VmeqkanRFqR6AljLcs7EA7FbZaN5MQqO7oZADXpo=
201201
github.com/go-jose/go-jose/v3 v3.0.5 h1:BLLJWbC4nMZOfuPVxoZIxeYsn6Nl2r1fITaJ78UQlVQ=
202202
github.com/go-jose/go-jose/v3 v3.0.5/go.mod h1:5b+7YgP7ZICgJDBdfjZaIt+H/9L9T/YQrVfLAMboGkQ=
203203
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=

sdk/go.mod

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

sdk/go.sum

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

0 commit comments

Comments
 (0)