Skip to content

Commit 3f0debd

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
Release v1.3.0
1 parent 5231364 commit 3f0debd

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.2.3
6+
github.com/codeGROOVE-dev/sfcache v1.3.0
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/persist/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/persist/cloudrun
33
go 1.25.4
44

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

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

0 commit comments

Comments
 (0)