build(deps): bump modernc.org/sqlite from 1.15.3 to 1.16.0

Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.15.3 to 1.16.0.
- [Release notes](https://gitlab.com/cznic/sqlite/tags)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.15.3...v1.16.0)

---
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-04-11 15:07:10 +00:00
committed by GitHub
parent 16df95cd3e
commit 23cb4e53ba
2 changed files with 7 additions and 6 deletions

2
go.mod
View File

@@ -41,6 +41,6 @@ require (
google.golang.org/genproto v0.0.0-20220322021311-435b647f9ef2 // indirect
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
modernc.org/sqlite v1.15.3
modernc.org/sqlite v1.16.0
storj.io/drpc v0.0.30
)