Skip to content

Commit 05c0a03

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
Release v1.4.1
1 parent c86b5e3 commit 05c0a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/codeGROOVE-dev/sfcache/benchmarks
33
go 1.25.4
44

55
require (
6-
github.com/codeGROOVE-dev/sfcache v1.4.0
6+
github.com/codeGROOVE-dev/sfcache v1.4.1
77
github.com/coocood/freecache v1.2.4
88
github.com/dgraph-io/ristretto v0.2.0
99
github.com/hashicorp/golang-lru/v2 v2.0.7

pkg/store/cloudrun/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.4
44

55
require (
66
github.com/codeGROOVE-dev/sfcache/pkg/store/datastore v1.3.0
7-
github.com/codeGROOVE-dev/sfcache/pkg/store/localfs v1.3.0
7+
github.com/codeGROOVE-dev/sfcache/pkg/store/localfs v1.4.0
88
)
99

1010
require github.com/codeGROOVE-dev/ds9 v0.8.0 // indirect

0 commit comments

Comments
 (0)