from gogs

This commit is contained in:
Bel LaPointe
2023-11-09 08:14:37 -07:00
parent 2d5cd62d65
commit 2c15c093bb
20 changed files with 31 additions and 289 deletions

4
go.mod
View File

@@ -1,8 +1,9 @@
module gogs.inhome.blapointe.com/local/storage
module gitea.inhome.blapointe.com/local/storage
go 1.16
require (
gitea.inhome.blapointe.com/local/logb v0.0.0-20231109150430-1221d87a6dbc
github.com/boltdb/bolt v1.3.1
github.com/gomodule/redigo v1.8.5
github.com/google/uuid v1.3.0
@@ -11,7 +12,6 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/syndtr/goleveldb v1.0.0
go.mongodb.org/mongo-driver v1.7.2
gogs.inhome.blapointe.com/local/logb v0.0.0-20230410154319-880efa39d871
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
gopkg.in/yaml.v2 v2.2.8
)