From c384f2cd8cdd1a55fffd3ec0e96da400fb39ca98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:06:39 +0000 Subject: [PATCH] Bump github.com/Yiling-J/theine-go from 0.5.0 to 0.6.0 Bumps [github.com/Yiling-J/theine-go](https://github.com/Yiling-J/theine-go) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/Yiling-J/theine-go/releases) - [Changelog](https://github.com/Yiling-J/theine-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/Yiling-J/theine-go/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: github.com/Yiling-J/theine-go 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 000a16c..668d91a 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21.2 require ( github.com/BurntSushi/toml v1.4.0 - github.com/Yiling-J/theine-go v0.5.0 + github.com/Yiling-J/theine-go v0.6.0 github.com/bluele/gcache v0.0.2 github.com/dgraph-io/ristretto v1.0.0 github.com/dgryski/go-clockpro v0.0.0-20140817124034-edc6d3eeb96e diff --git a/go.sum b/go.sum index a00ebc7..ed03bc2 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0= github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= -github.com/Yiling-J/theine-go v0.5.0 h1:ZIyQDTMRBWEqEopViwmScgSUKBNatTNcIfniN/hXMbo= -github.com/Yiling-J/theine-go v0.5.0/go.mod h1:mdch1vjgGWd7s3rWKvY+MF5InRLfRv/CWVI9RVNQ8wY= +github.com/Yiling-J/theine-go v0.6.0 h1:jv7V/tcD6ijL0T4kfbJDKP81TCZBkoriNTPSqwivWuY= +github.com/Yiling-J/theine-go v0.6.0/go.mod h1:mdch1vjgGWd7s3rWKvY+MF5InRLfRv/CWVI9RVNQ8wY= github.com/bluele/gcache v0.0.2 h1:WcbfdXICg7G/DGBh1PFfcirkWOQV+v077yF1pSy3DGw= github.com/bluele/gcache v0.0.2/go.mod h1:m15KV+ECjptwSPxKhOhQoAFQVtUFjTVkc3H8o0t/fp0= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=