mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 00:57:38 +08:00
fix: wrong directive in go.mod file
This commit is contained in:
@@ -2,8 +2,6 @@ module github.com/gofiber/storage/couchbase/v2
|
|||||||
|
|
||||||
go 1.21
|
go 1.21
|
||||||
|
|
||||||
toolchain go1.22.4
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/couchbase/gocb/v2 v2.9.1
|
github.com/couchbase/gocb/v2 v2.9.1
|
||||||
github.com/stretchr/testify v1.9.0
|
github.com/stretchr/testify v1.9.0
|
||||||
|
Reference in New Issue
Block a user