mirror of
https://github.com/gofiber/storage.git
synced 2025-09-27 04:46:08 +08:00
15 lines
292 B
Modula-2
15 lines
292 B
Modula-2
module github.com/gofiber/storage/couchbase
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/couchbase/gocb/v2 v2.6.3
|
|
github.com/gofiber/utils v1.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/couchbase/gocbcore/v10 v10.2.3 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
)
|