to gitea.bel.blue

This commit is contained in:
bel
2026-02-20 12:57:34 -07:00
parent 16f679fe34
commit 26df9b87c5
21 changed files with 300 additions and 32 deletions

4
go.mod
View File

@@ -1,11 +1,11 @@
module gitea.inhome.blapointe.com/local/storage
module gitea.bel.blue/local/storage
go 1.24.0
toolchain go1.24.2
require (
gitea.inhome.blapointe.com/local/logb v0.0.0-20231109150430-1221d87a6dbc
gitea.bel.blue/local/logb v0.0.0-20251121001353-d45d53fbaae9
github.com/boltdb/bolt v1.3.1
github.com/gomodule/redigo v1.8.5
github.com/google/uuid v1.6.0