Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified media/benchmarks-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions pkg/store/cloudrun/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/codeGROOVE-dev/fido/pkg/store/cloudrun
go 1.25.4

require (
github.com/codeGROOVE-dev/fido/pkg/store/compress v1.8.0
github.com/codeGROOVE-dev/fido/pkg/store/datastore v1.8.0
github.com/codeGROOVE-dev/fido/pkg/store/localfs v1.8.0
github.com/codeGROOVE-dev/fido/pkg/store/compress v1.9.0
github.com/codeGROOVE-dev/fido/pkg/store/datastore v1.9.0
github.com/codeGROOVE-dev/fido/pkg/store/localfs v1.9.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion pkg/store/datastore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.4

require (
github.com/codeGROOVE-dev/ds9 v0.8.0
github.com/codeGROOVE-dev/fido/pkg/store/compress v1.8.0
github.com/codeGROOVE-dev/fido/pkg/store/compress v1.9.0
)

require github.com/klauspost/compress v1.18.2 // indirect
Expand Down
2 changes: 1 addition & 1 deletion pkg/store/localfs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/codeGROOVE-dev/fido/pkg/store/localfs
go 1.25.4

require (
github.com/codeGROOVE-dev/fido/pkg/store/compress v1.8.0
github.com/codeGROOVE-dev/fido/pkg/store/compress v1.9.0
github.com/klauspost/compress v1.18.2
github.com/pierrec/lz4/v4 v4.1.22
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/store/null/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/codeGROOVE-dev/fido/pkg/store/null

go 1.25.4

require github.com/codeGROOVE-dev/fido/pkg/store/compress v1.8.0
require github.com/codeGROOVE-dev/fido/pkg/store/compress v1.9.0

require github.com/klauspost/compress v1.18.2 // indirect

Expand Down
2 changes: 1 addition & 1 deletion pkg/store/valkey/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/codeGROOVE-dev/fido/pkg/store/valkey
go 1.25.4

require (
github.com/codeGROOVE-dev/fido/pkg/store/compress v1.8.0
github.com/codeGROOVE-dev/fido/pkg/store/compress v1.9.0
github.com/valkey-io/valkey-go v1.0.70
)

Expand Down
Loading