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

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

---
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-04 14:33:34 +00:00
committed by GitHub
parent 33e1d9d73a
commit e75a967a80
2 changed files with 16 additions and 12 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.5
modernc.org/sqlite v1.14.6
storj.io/drpc v0.0.29
)