mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 00:33:03 +08:00
fix: use Go 1.23
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module github.com/gofiber/storage/clickhouse
|
||||
|
||||
go 1.23.0
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/ClickHouse/clickhouse-go/v2 v2.26.0
|
||||
|
@@ -1,6 +1,6 @@
|
||||
module github.com/gofiber/storage/couchbase/v2
|
||||
|
||||
go 1.23.7
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/couchbase/gocb/v2 v2.9.4
|
||||
|
@@ -1,6 +1,6 @@
|
||||
module github.com/gofiber/storage/dynamodb/v2
|
||||
|
||||
go 1.23.7
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/aws/aws-sdk-go-v2 v1.36.3
|
||||
|
@@ -1,6 +1,6 @@
|
||||
module github.com/gofiber/storage/minio
|
||||
|
||||
go 1.23.7
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/minio/minio-go/v7 v7.0.76
|
||||
|
@@ -1,6 +1,6 @@
|
||||
module github.com/gofiber/storage/mongodb/v2
|
||||
|
||||
go 1.23.7
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/stretchr/testify v1.10.0
|
||||
|
@@ -1,6 +1,6 @@
|
||||
module github.com/gofiber/storage/mysql/v2
|
||||
|
||||
go 1.23.7
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.8.1
|
||||
|
@@ -1,6 +1,6 @@
|
||||
module github.com/gofiber/storage/nats
|
||||
|
||||
go 1.23.7
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/mdelapenya/tlscert v0.1.0
|
||||
|
@@ -1,6 +1,6 @@
|
||||
module github.com/gofiber/storage/neo4j
|
||||
|
||||
go 1.23.7
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/neo4j/neo4j-go-driver/v5 v5.27.0
|
||||
|
@@ -1,6 +1,6 @@
|
||||
module github.com/gofiber/storage/postgres/v3
|
||||
|
||||
go 1.23.7
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/jackc/pgx/v5 v5.6.0
|
||||
|
Reference in New Issue
Block a user