From 47b43fd7856a9dff4e3b51cd0750a198d03f700d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:59:26 +0000 Subject: [PATCH] Bump github.com/Yiling-J/theine-go from 0.4.1 to 0.5.0 Bumps [github.com/Yiling-J/theine-go](https://github.com/Yiling-J/theine-go) from 0.4.1 to 0.5.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.4.1...v0.5.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 e5d46bb..0a3e18a 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.4.1 + github.com/Yiling-J/theine-go v0.5.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 caae441..4ffe0b6 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.4.1 h1:/vXRvTVr+8PcCyYDTQVY6Igb6LNOwnrB1x46msvuFpE= -github.com/Yiling-J/theine-go v0.4.1/go.mod h1:qJg4mPq8PGTcVsh2UZw85y6vvU4fyBMO6NKklvKfiYk= +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/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=