-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to latest dependencies (#1193)
bumping github.com/go-logr/logr 8adefbe...dcdc3f2: > dcdc3f2 slogr: fix unintended API break in v0.8.0 (# 253) > 5d88f52 funcr: Add LogInfoLevel Option to skip logging level in the info log (# 240) > 177005d build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 > e7f489a build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 > cf56c3b build(deps): bump actions/setup-go from 4 to 5 > 2ad296e build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 > d55b4e2 Merge pull request # 241 from thockin/master > c589653 Merge pull request # 245 from thockin/sloghandler_empty_groups > 98ee9d9 Clean up slog testing and restore coverage > 006d752 Merge pull request # 246 from thockin/slog_context_tests > b01bad7 sloghandler: unnamed groups should be inlined > b228ba8 Break examples to new file > 5153ab2 unit tests with full SlogSink mock implementation > 2665157 Add tests for context with slog > 6432877 Add benchmarks for slogSink > 58f101e Fix bug in slog support carrying the wrong sink > f558531 Put slog tests in a helper, move funcr test > 6151b2f support a slog.Logger pointer in a context > 83dbe72 Fix some lint > 1fffd07 move slogr into main package > b5e7d9f funcr: Be consistent about quoted > 41d36ee build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 > 44c6ac8 funcr: Be consistent about colons > f36813a build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 > 955d2aa funcr: Be consistent about commas > 24eb27c build(deps): bump actions/github-script from 6.4.1 to 7.0.1 > 8221825 Add SlogSink support to funcr > 5b79d78 Merge pull request # 233 from go-logr/dependabot/github_actions/github/codeql-action-2.22.5 > d95f9b6 Get rid of testSlogSink > 424fad7 Merge pull request # 232 from go-logr/dependabot/github_actions/ossf/scorecard-action-2.3.1 > e602c1d build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 > cdb930d Minor cleanups in slogr_test (readability) > 64618df build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 bumping knative.dev/hack f3f03ac...ab9b690: > ab9b690 Don't hardcode serving as the repo when setting highest semver (# 361) > 45dcf10 Update community files (# 360) > 40f0ac2 Update community files (# 359) bumping google.golang.org/genproto 989df2b...50ed04b: > 50ed04b chore(all): update all to v4 (# 1076) > 0d6446b chore(all): update all (# 1075) > 995d672 chore(all): update all (# 1073) bumping knative.dev/pkg b488e7b...d34ca03: > d34ca03 Update knative.dev/hack to latest main (# 2949) > 91c6ec8 Bump google.golang.org/api from 0.157.0 to 0.159.0 (# 2946) > 6d59538 Bump github.com/evanphx/json-patch/v5 from 5.8.1 to 5.9.0 (# 2945) > 6eb53f5 Bump github.com/google/uuid from 1.5.0 to 1.6.0 (# 2944) > 2b8687a upgrade to latest dependencies (# 2943) > b42fab9 Update community files (# 2942) > 3f7ce63 Bump google.golang.org/api from 0.155.0 to 0.157.0 (# 2941) > 2a92e9d Bump github.com/evanphx/json-patch/v5 from 5.8.0 to 5.8.1 (# 2940) > 455683d Update community files (# 2939) Signed-off-by: Knative Automation <[email protected]>
- Loading branch information
1 parent
3950a5b
commit fe79821
Showing
18 changed files
with
813 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
vendor/github.com/evanphx/json-patch/v5/internal/json/encode.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 2 additions & 22 deletions
24
vendor/github.com/evanphx/json-patch/v5/internal/json/stream.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.