Upgrade go-sqlite3 to v1.14.12

This commit is contained in:
Ben Johnson
2022-03-10 11:11:45 -07:00
parent 393317b6f8
commit cb1b1a0afe
2 changed files with 22 additions and 22 deletions

12
go.mod
View File

@@ -4,16 +4,14 @@ go 1.16
require (
cloud.google.com/go/storage v1.15.0
github.com/Azure/azure-storage-blob-go v0.13.0 // indirect
github.com/Azure/go-autorest/autorest v0.9.0 // indirect
github.com/Azure/azure-storage-blob-go v0.13.0
github.com/aws/aws-sdk-go v1.27.0
github.com/davecgh/go-spew v1.1.1
github.com/mattn/go-shellwords v1.0.11 // indirect
github.com/mattn/go-sqlite3 v1.14.5
github.com/mattn/go-shellwords v1.0.11
github.com/mattn/go-sqlite3 v1.14.12
github.com/pierrec/lz4/v4 v4.1.3
github.com/pkg/sftp v1.13.0 // indirect
github.com/pkg/sftp v1.13.0
github.com/prometheus/client_golang v1.9.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750
google.golang.org/api v0.45.0