build(deps): bump modernc.org/sqlite from 1.17.0 to 1.17.1 (#226)

Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.17.0 to 1.17.1.
- [Release notes](https://gitlab.com/cznic/sqlite/tags)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.17.0...v1.17.1)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit was merged in pull request #226.
This commit is contained in:
dependabot[bot]
2022-05-05 17:55:43 +03:00
committed by GitHub
parent 835f5af560
commit 60c9876821
2 changed files with 20 additions and 135 deletions

2
go.mod
View File

@@ -38,6 +38,6 @@ require (
golang.org/x/tools v0.1.5 // indirect
google.golang.org/grpc v1.46.0
google.golang.org/protobuf v1.28.0
modernc.org/sqlite v1.17.0
modernc.org/sqlite v1.17.1
storj.io/drpc v0.0.30
)