build(deps): bump modernc.org/sqlite from 1.14.8 to 1.15.2

Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.14.8 to 1.15.2.
- [Release notes](https://gitlab.com/cznic/sqlite/tags)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.14.8...v1.15.2)

---
updated-dependencies:
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-16 14:23:44 +00:00
committed by GitHub
parent bb94a830f2
commit 7c449a33d2
2 changed files with 20 additions and 13 deletions

2
go.mod
View File

@@ -38,6 +38,6 @@ require (
google.golang.org/genproto v0.0.0-20220302033224-9aa15565e42a // indirect
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.27.1
modernc.org/sqlite v1.14.8
modernc.org/sqlite v1.15.2
storj.io/drpc v0.0.29
)