to gogs.inhome

This commit is contained in:
Bel LaPointe
2023-04-10 10:21:02 -06:00
parent cb219e269d
commit db39d7b02e
19 changed files with 33 additions and 34 deletions

6
go.mod
View File

@@ -1,4 +1,4 @@
module local/storage
module gogs.inhome.blapointe.com/local/storage
go 1.16
@@ -11,9 +11,7 @@ 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
local/logb v0.0.0-00010101000000-000000000000
)
replace local/logb => ../logb