Skip to content

Commit e128356

Browse files
build(deps): bump github.com/go-chi/chi/v5 from 5.2.5 to 5.3.0 (#7100) (#7105)
* build(deps): bump github.com/go-chi/chi/v5 from 5.2.5 to 5.3.0 Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.5 to 5.3.0. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](go-chi/chi@v5.2.5...v5.3.0) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... * Post dependabot file modifications --------- (cherry picked from commit cfc9257) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 672cc30 commit e128356

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,11 +1535,11 @@ SOFTWARE.
15351535

15361536
--------------------------------------------------------------------------------
15371537
Dependency : github.com/go-chi/chi/v5
1538-
Version: v5.2.5
1538+
Version: v5.3.0
15391539
Licence type (autodetected): MIT
15401540
--------------------------------------------------------------------------------
15411541

1542-
Contents of probable licence file $GOMODCACHE/github.com/go-chi/chi/v5@v5.2.5/LICENSE:
1542+
Contents of probable licence file $GOMODCACHE/github.com/go-chi/chi/v5@v5.3.0/LICENSE:
15431543

15441544
Copyright (c) 2015-present Peter Kieltyka (https://github.com/pkieltyka), Google Inc.
15451545

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,11 +1535,11 @@ SOFTWARE.
15351535

15361536
--------------------------------------------------------------------------------
15371537
Dependency : github.com/go-chi/chi/v5
1538-
Version: v5.2.5
1538+
Version: v5.3.0
15391539
Licence type (autodetected): MIT
15401540
--------------------------------------------------------------------------------
15411541

1542-
Contents of probable licence file $GOMODCACHE/github.com/go-chi/chi/v5@v5.2.5/LICENSE:
1542+
Contents of probable licence file $GOMODCACHE/github.com/go-chi/chi/v5@v5.3.0/LICENSE:
15431543

15441544
Copyright (c) 2015-present Peter Kieltyka (https://github.com/pkieltyka), Google Inc.
15451545

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/elastic/go-elasticsearch/v8 v8.19.6
1414
github.com/elastic/go-ucfg v0.9.1
1515
github.com/fxamacker/cbor/v2 v2.9.2
16-
github.com/go-chi/chi/v5 v5.2.5
16+
github.com/go-chi/chi/v5 v5.3.0
1717
github.com/gofrs/uuid/v5 v5.4.0
1818
github.com/google/go-cmp v0.7.0
1919
github.com/hashicorp/go-cleanhttp v0.5.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2
5959
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
6060
github.com/fxamacker/cbor/v2 v2.9.2 h1:X4Ksno9+x3cz0TZv69ec1hxP/+tymuR8PXQJyDwfh78=
6161
github.com/fxamacker/cbor/v2 v2.9.2/go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ=
62-
github.com/go-chi/chi/v5 v5.2.5 h1:Eg4myHZBjyvJmAFjFvWgrqDTXFyOzjj7YIm3L3mu6Ug=
63-
github.com/go-chi/chi/v5 v5.2.5/go.mod h1:X7Gx4mteadT3eDOMTsXzmI4/rwUpOwBHLpAfupzFJP0=
62+
github.com/go-chi/chi/v5 v5.3.0 h1:halUjDxhshgXHMrao5bB8eNBXo/rnzwr8m5m36glehM=
63+
github.com/go-chi/chi/v5 v5.3.0/go.mod h1:R+tYY2hNuVUUjxoPtqUdgBqevM9s9njzkTLutVsOCto=
6464
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
6565
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
6666
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=

0 commit comments

Comments
 (0)