build(deps): bump modernc.org/sqlite from 1.14.6 to 1.14.7

Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.14.6 to 1.14.7.
- [Release notes](https://gitlab.com/cznic/sqlite/tags)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.14.6...v1.14.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-25 14:21:19 +00:00
committed by GitHub
parent 6a311cfead
commit 90816e2e71
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -37,6 +37,6 @@ require (
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.27.1
modernc.org/sqlite v1.14.6
modernc.org/sqlite v1.14.7
storj.io/drpc v0.0.29
)