mirror of
https://github.com/gofiber/storage.git
synced 2025-09-27 04:46:08 +08:00
Merge pull request #1650 from gofiber/dependabot/go_modules/sqlite3/github.com/mattn/go-sqlite3-1.14.27
Some checks failed
Benchmark / changes (push) Waiting to run
Benchmark / compare (push) Blocked by required conditions
Golangci-Lint Check / changes (push) Waiting to run
Golangci-Lint Check / lint (push) Blocked by required conditions
Release Drafter (All) / changes (push) Waiting to run
Release Drafter (All) / release-drafter (push) Blocked by required conditions
Tests DynamoDB / Tests (1.22.x) (push) Waiting to run
Tests DynamoDB / Tests (1.23.x) (push) Waiting to run
Tests DynamoDB / Tests (1.24.x) (push) Waiting to run
Tests S3 / Tests (1.21.x) (push) Waiting to run
Tests S3 / Tests (1.22.x) (push) Waiting to run
Tests S3 / Tests (1.23.x) (push) Waiting to run
Tests Minio / Tests (1.22.x) (push) Has been cancelled
Tests Minio / Tests (1.23.x) (push) Has been cancelled
Tests Minio / Tests (1.24.x) (push) Has been cancelled
Tests MySQL / Tests (1.22.x) (push) Has been cancelled
Tests MySQL / Tests (1.23.x) (push) Has been cancelled
Tests MySQL / Tests (1.24.x) (push) Has been cancelled
Tests Sqlite3 / Tests (1.19.x) (push) Has been cancelled
Tests Sqlite3 / Tests (1.20.x) (push) Has been cancelled
Tests Sqlite3 / Tests (1.21.x) (push) Has been cancelled
Some checks failed
Benchmark / changes (push) Waiting to run
Benchmark / compare (push) Blocked by required conditions
Golangci-Lint Check / changes (push) Waiting to run
Golangci-Lint Check / lint (push) Blocked by required conditions
Release Drafter (All) / changes (push) Waiting to run
Release Drafter (All) / release-drafter (push) Blocked by required conditions
Tests DynamoDB / Tests (1.22.x) (push) Waiting to run
Tests DynamoDB / Tests (1.23.x) (push) Waiting to run
Tests DynamoDB / Tests (1.24.x) (push) Waiting to run
Tests S3 / Tests (1.21.x) (push) Waiting to run
Tests S3 / Tests (1.22.x) (push) Waiting to run
Tests S3 / Tests (1.23.x) (push) Waiting to run
Tests Minio / Tests (1.22.x) (push) Has been cancelled
Tests Minio / Tests (1.23.x) (push) Has been cancelled
Tests Minio / Tests (1.24.x) (push) Has been cancelled
Tests MySQL / Tests (1.22.x) (push) Has been cancelled
Tests MySQL / Tests (1.23.x) (push) Has been cancelled
Tests MySQL / Tests (1.24.x) (push) Has been cancelled
Tests Sqlite3 / Tests (1.19.x) (push) Has been cancelled
Tests Sqlite3 / Tests (1.20.x) (push) Has been cancelled
Tests Sqlite3 / Tests (1.21.x) (push) Has been cancelled
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.27 in /sqlite3
This commit is contained in:
@@ -3,7 +3,7 @@ module github.com/gofiber/storage/sqlite3/v2
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.22
|
||||
github.com/mattn/go-sqlite3 v1.14.27
|
||||
github.com/stretchr/testify v1.10.0
|
||||
)
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU=
|
||||
github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
|
||||
github.com/mattn/go-sqlite3 v1.14.27 h1:drZCnuvf37yPfs95E5jd9s3XhdVWLal+6BOK6qrv6IU=
|
||||
github.com/mattn/go-sqlite3 v1.14.27/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
|
||||
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
||||
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
||||
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
|
||||
|
Reference in New Issue
Block a user