Skip to content

Commit 2954a7b

Browse files
build(deps): bump go.elastic.co/fastjson from 1.5.0 to 1.5.1 (#660)
* build(deps): bump go.elastic.co/fastjson from 1.5.0 to 1.5.1 Bumps [go.elastic.co/fastjson](https://github.com/elastic/go-fastjson) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/elastic/go-fastjson/releases) - [Commits](elastic/go-fastjson@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: go.elastic.co/fastjson dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f658a1e commit 2954a7b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

NOTICE.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3537,11 +3537,11 @@ Contents of probable licence file $GOMODCACHE/go.elastic.co/[email protected]/LICENS
35373537

35383538
--------------------------------------------------------------------------------
35393539
Module : go.elastic.co/fastjson
3540-
Version : v1.5.0
3541-
Time : 2025-02-13T12:25:25Z
3540+
Version : v1.5.1
3541+
Time : 2025-05-06T14:56:09Z
35423542
Licence : MIT
35433543

3544-
Contents of probable licence file $GOMODCACHE/go.elastic.co/[email protected].0/LICENSE:
3544+
Contents of probable licence file $GOMODCACHE/go.elastic.co/[email protected].1/LICENSE:
35453545

35463546
Copyright 2018 Elasticsearch BV
35473547

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/tidwall/gjson v1.18.0
1414
github.com/tidwall/sjson v1.2.5
1515
go.elastic.co/ecszap v1.0.3
16-
go.elastic.co/fastjson v1.5.0
16+
go.elastic.co/fastjson v1.5.1
1717
go.uber.org/zap v1.27.0
1818
)
1919

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6
194194
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
195195
go.elastic.co/ecszap v1.0.3 h1:RQtagS3uSftE8mPZ3msqb6mVI67jgcDuy1PUqiMv8ow=
196196
go.elastic.co/ecszap v1.0.3/go.mod h1:fM1RLWDU25TB/L48RUJgz5Le2AnoCeY/g0zf2op8gDU=
197-
go.elastic.co/fastjson v1.5.0 h1:XAQ7wrNObNnDiXC8qQKblkmLwh0vJjX3Z/jEj6/08SI=
198-
go.elastic.co/fastjson v1.5.0/go.mod h1:WtvH5wz8z9pDOPqNYSYKoLLv/9zCWZLeejHWuvdL/EM=
197+
go.elastic.co/fastjson v1.5.1 h1:zeh1xHrFH79aQ6Xsw7YxixvnOdAl3OSv0xch/jRDzko=
198+
go.elastic.co/fastjson v1.5.1/go.mod h1:WtvH5wz8z9pDOPqNYSYKoLLv/9zCWZLeejHWuvdL/EM=
199199
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
200200
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
201201
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=

0 commit comments

Comments
 (0)