Skip to content

Commit 75cd27e

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
Release v1.4.2
1 parent d9d798c commit 75cd27e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1
6+
github.com/codeGROOVE-dev/sfcache v1.4.2
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/codeGROOVE-dev/sfcache/pkg/store/cloudrun
33
go 1.25.4
44

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

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

0 commit comments

Comments
 (0)