from gogs
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user