build(deps): bump modernc.org/sqlite from 1.16.0 to 1.17.0 (#218)

Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.16.0 to 1.17.0.
- [Release notes](https://gitlab.com/cznic/sqlite/tags)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.16.0...v1.17.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-04-25 18:53:18 +00:00
committed by GitHub
parent 9ebc675e74
commit e55699e00e
2 changed files with 17 additions and 12 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.46.0
google.golang.org/protobuf v1.28.0
modernc.org/sqlite v1.16.0
modernc.org/sqlite v1.17.0
storj.io/drpc v0.0.30
)