fix: use Go 1.23

This commit is contained in:
Manuel de la Peña
2025-04-09 10:08:47 +02:00
parent 3cbad5a75e
commit 6fbff46b8e
10 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,6 +1,6 @@
module github.com/gofiber/storage/s3/v2
go 1.23.7
go 1.23
require (
github.com/aws/aws-sdk-go-v2 v1.36.3