From 182954beedac8ce2e025fc203714ebc51ab19fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 16:57:04 +0000 Subject: [PATCH] build(deps): bump github.com/puzpuzpuz/xsync from 1.4.3 to 1.5.2 Bumps [github.com/puzpuzpuz/xsync](https://github.com/puzpuzpuz/xsync) from 1.4.3 to 1.5.2. - [Release notes](https://github.com/puzpuzpuz/xsync/releases) - [Commits](https://github.com/puzpuzpuz/xsync/compare/v1.4.3...v1.5.2) --- updated-dependencies: - dependency-name: github.com/puzpuzpuz/xsync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e82ee5d..3b0d9a1 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/lrstanley/go-bogon v0.0.0-20220507183221-362a880cf97b github.com/lrstanley/go-sempool v0.0.0-20220507183223-1b08ce19f0b9 github.com/oschwald/maxminddb-golang v1.10.0 - github.com/puzpuzpuz/xsync v1.4.3 + github.com/puzpuzpuz/xsync v1.5.2 github.com/sethvargo/go-limiter v0.7.2 golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 ) diff --git a/go.sum b/go.sum index ff67d43..d902a7b 100644 --- a/go.sum +++ b/go.sum @@ -215,8 +215,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/puzpuzpuz/xsync v1.4.3 h1:nS/Iqc4EnpJ8jm/MzJ+e3MUaP2Ys2mqXeEfoxoU0HaM= -github.com/puzpuzpuz/xsync v1.4.3/go.mod h1:K98BYhX3k1dQ2M63t1YNVDanbwUPmBCAhNmVrrxfiGg= +github.com/puzpuzpuz/xsync v1.5.2 h1:yRAP4wqSOZG+/4pxJ08fPTwrfL0IzE/LKQ/cw509qGY= +github.com/puzpuzpuz/xsync v1.5.2/go.mod h1:K98BYhX3k1dQ2M63t1YNVDanbwUPmBCAhNmVrrxfiGg= github.com/rogpeppe/fastuuid v1.1.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=