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

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

---
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-03-04 14:19:07 +00:00
committed by GitHub
parent 2073a6b3f4
commit 2f0ecf6a5e
2 changed files with 47 additions and 5 deletions

2
go.mod
View File

@@ -39,6 +39,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.7
modernc.org/sqlite v1.14.8
storj.io/drpc v0.0.29
)