fix: wrong directive in go.mod file

This commit is contained in:
Manuel de la Peña
2024-08-21 17:29:25 +02:00
parent 8a873c0c1d
commit d2c20a1452

View File

@@ -2,8 +2,6 @@ module github.com/gofiber/storage/couchbase/v2
go 1.21
toolchain go1.22.4
require (
github.com/couchbase/gocb/v2 v2.9.1
github.com/stretchr/testify v1.9.0