Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

[main] Upgrade to latest dependencies #524

Commits on Aug 21, 2023

  1. upgrade to latest dependencies

    bumping go.uber.org/zap a55bdc3...56468e7:
      > 56468e7 Release v1.25.0
      > 249507a zap.Any: Reduce stack size with generics (# 1310)
      > 50b2db4 zap.Any add benchmarks
      > a0674c8 Add direct coverage to zap.Any (# 1309)
      > 1310691 Table test TestFieldConstructors
      > 382e251 Swap expected and got fields (# 1282)
      > 24b7977 Add Name() to Logger (# 1273)
      > 1155ed3 Introduce Str + Strs generic string helpers (# 1281)
      > 4451b47 exp: Update slog, adjust for changes (# 1276)
      > 845ca51 internal: Add and use a generic pool instead of using sync.Pool directly (# 1262)
      > 42b7ef0 slog: Ignore frames with a zero PC (# 1258)
      > 05c4b6c Remove dependency on github.com/pkg/errors (# 1255)
      > d1a1923 Minimize permissions on CI workflows (# 1257)
      > 384e782 Use sync/atomic, drop external atomics (# 1253)
      > 740fda7 TestLevelFlag: Don't print to stderr (# 1254)
      > f2f1f41 [Feature] Add  experiment `zapslog` package to integrate with slog (# 1246)
      > 54862f5 benchmark: add slog (# 1245)
      > 85c4932 Add govulncheck as a CI step (# 1239)
      > f4ba5f5 make: Switch from golint to revive (# 1238)
      > 8310f89 chore: update bench package versions and results (# 1207)
      > 8d89127 Bump actions/checkout from 2 to 3 (# 1237)
      > bc64796 doc: New{Production,Development}Encoder{,Config} (# 1234)
      > 692ec13 ci: Set up dependabot for GH actions and tools (# 1236)
      > 7d6a9af ci: Test with Go 1.19 and 1.20 (# 1235)
      > d4a1083 doc(SugaredLogger): Document print, printf, and println methods (# 1233)
      > b32f3c5 Update Snyk vulnerable modules (# 1227)
      > 53fdb6f Reverse comparison for readability (# 1228)
      > 077b03e Use iota like a original from grpc-go (# 1220)
    bumping knative.dev/hack 044c02b...9cc05a3:
      > 9cc05a3 Deprecate calling kubetest2 via kntest (# 230)
    bumping github.com/benbjohnson/clock 307483a...68df829:
      > 68df829 Merge pull request # 41 from morigs/master
      > 5178ebe Merge pull request # 40 from djmitche/issue39
      > b6e5242 Add essential context tests
      > 1ae85fe Merge pull request # 37 from djmitche/issue8
      > 26f124e add docs badge to README
      > a284242 Remove meaningles callback for cancelled context
      > 0a12ec5 Merge pull request # 38 from djmitche/issue29
      > 47e2ce0 use atomics instead of channels
      > 3e4357c Use Until instead of Sub in WithDeadline
      > 4378ee0 Merge pull request # 36 from djmitche/issue30
      > eb95674 Apply suggestions from code review
      > 99d58a2 Use channels to avoid races in tests
      > 6754fcb Add mock implementation of context methods and type check
      > f495692 Merge pull request # 35 from djmitche/issue33
      > 850609f add a Duration type alias
      > 37a1270 add Until
      > 83715db Add context WithDeadline/WithTimeout methods to Clock interface
      > 5ad814c add note about maintenance
      > 0b9476f Address re-entrancy of Tick
      > f7a1d13 Merge pull request # 34 from djmitche/test-fixes
      > c97fc7b Merge pull request # 28 from dcherman/master
      > ae80999 Fix tests to not call t.Fatal from a goroutine
      > 4031354 Merge pull request # 26 from narqo/patch-1
      > 0f43ae6 Implement reset for mocked tickers
      > 9d456ff Fix typo in Ticker example
    bumping google.golang.org/api 113082d...85e7e70:
      > 85e7e70 chore(main): release 0.138.0 (# 2116)
      > 9b75278 feat(all): auto-regenerate discovery clients (# 2119)
      > 40ea606 feat(all): auto-regenerate discovery clients (# 2118)
      > 1770219 feat(all): auto-regenerate discovery clients (# 2115)
      > c631c0a chore(main): release 0.137.0 (# 2107)
      > caea956 feat: ok to use S2A with override endpoint (# 2114)
      > 142ffeb feat(all): auto-regenerate discovery clients (# 2113)
      > f7f1c7b feat(all): auto-regenerate discovery clients (# 2112)
      > 0cc62ab feat(all): auto-regenerate discovery clients (# 2111)
      > 4d775db feat(all): auto-regenerate discovery clients (# 2110)
      > 6d29bab chore(all): update module github.com/google/s2a-go to v0.1.5 (# 2109)
      > 80485e0 feat(all): auto-regenerate discovery clients (# 2108)
      > 3f3ed3d feat(all): auto-regenerate discovery clients (# 2106)
    bumping go.uber.org/multierr 3114a8b...8767aa9:
      > 8767aa9 Prepare release v1.10 (# 74)
      > 4504ef7 README: Add Features section (# 73)
      > 2fd451d Drop external atomic dependency (# 72)
      > 7876a02 Remove unused glide.yaml (# 71)
      > 55bc553 Support Go 1.20 Unwrap() []error (# 69)
      > 39ca40c Prepare release v1.9.0 (# 68)
      > 4459990 Add a shorthand for AppendInvoke (# 65)
      > 80b07a7 Document named return constraint for defer (# 63)
      > 492b792 Test and lint against Go 1.19 (# 62)
      > aa8f15f Upgrade to yaml.v3 3.0.1 (# 60)
      > f46d400 Use append instead of copy to clone slices (# 58)
      > 6fede5c CI: Test against Go 1.17/1.18 (# 57)
      > 10aaa3c Prepare release v1.8.0 (# 56)
      > cea7d2e Combine: Optimize for all nil (# 55)
      > d49c2ba doc: AppendInvoke: Fix typo (# 54)
      > ee7346a Merge pull request # 52 from uber-go/fossa
      > 7c6ff6f Integrate FOSSA (# 51)
      > d9efa4b fossa: Run separately, only on push
      > a5cd550 Release v1.7.0 (# 50)
      > a20a852 ci: Use GitHub Workflows (# 49)
      > 1014a7c AppendInvoke: Merge test, real example (# 48)
      > 0b65632 Use GitHub workflows
      > a402392 Add AppendInvoke (# 47)
      > 520752c Update license headers everywhere
      > e015acf error.go: Fix typo of doc (# 44)
      > 40de9b0 tools: Update to latest versions
      > 8b005e6 doc: change godoc to go.dev (# 45)
      > b78aea8 tools: Delete update-license
      > 0eb6eb5 Drop Go 1.12 support (# 41)
    bumping github.com/hashicorp/golang-lru 14eae34...a032ef5:
      > a032ef5 Update README for v1.0.2
      > bdf35e3 Remove deprecated linters
      > bc1608d Update other tests to get rid of math/rand
      > f2408b3 Update test to remove bad rand usage
      > fa11c6b Update github workflow
      > 6da3f98 Update MPL 2.0 LICENSE (# 110)
      > d4900dc fix onEvictedCB bug (# 84)
      > 003b81b Update go doc url (# 93)
      > 80c9821 rework lru's external registered callback invocation to avoid concurr… (# 80)
      > eb52994 Code quality improvements (# 67)
    bumping knative.dev/pkg 4f651e0...81e4ee1:
      > 81e4ee1 Bump go.uber.org/zap from 1.24.0 to 1.25.0 (# 2800)
      > 2aafe0e Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (# 2801)
      > 2ad39e9 Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (# 2804)
      > d36cc59 Bump google.golang.org/api from 0.136.0 to 0.138.0 (# 2802)
      > 35b0890 Bump go.uber.org/automaxprocs from 1.4.0 to 1.5.3 (# 2803)
      > 93a9858 upgrade to latest dependencies (# 2799)
    bumping go.uber.org/automaxprocs 1c8b231...e83e959:
      > e83e959 Release v1.5.3 (# 77)
      > 9440450 Update actions (# 76)
      > 4b0a5c9 set CI perms to readonly (# 75)
      > c64632e Drop Go 1.17 and Go 1.18 from CI (# 74)
      > 60f2278 fix: mountinfo parsing (# 73)
      > d064ede Fix division by zero (# 71)
      > f6364fc Release v1.5.2
      > e1c1306 Test against Go 1.20
      > 77a1338 CI: upgrade staticcheck to v2023.1.2 to make test pass, Add go1.19
      > abb2d82 Bump golang.org/x/sys in /tools (# 60)
      > 58f5aee typo fix in runtime.go
      > db7cbd0 Merge pull request # 57 from rphillips/fix_leak
      > 0b356b1 Upgrade to yaml.v3 3.0.1 (# 55)
      > 1759cfc defer close cpuMaxParams to fix leak
      > d835ace Support child control cgroups in cgroupsv2 (# 53)
      > ce572da README: add performance section (# 52)
      > 297d7ee Release v1.5.1 (# 51)
      > 721b013 cgroups2: Fix mountpoint detection (# 50)
      > 2e85815 Release v1.5.0 (# 48)
      > ad6f05b Support cgroups v2 (# 44)
      > 7ff767a CI: Run against Go 1.17, 1.18 (# 47)
      > beef368 ci: Test with Go 1.16/1.17, lint on 1.17 (# 46)
      > 975e177 maxprocs.go: fix typo (# 45)
      > 0180b04 fossa: Run separately, only on push (# 40)
      > 1cf66b1 Integrate FOSSA (# 39)
      > 6fdb667 ci: Use GitHub Workflow (# 37)
    
    Signed-off-by: Knative Automation <automation@knative.team>
    knative-automation committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c8e5c1f View commit details
    Browse the repository at this point in the history