build(deps): bump modernc.org/sqlite from 1.18.2 to 1.19.1 (#260)

Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.18.2 to 1.19.1.
- [Release notes](https://gitlab.com/cznic/sqlite/tags)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.18.2...v1.19.1)

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

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-10-04 12:55:10 +03:00
committed by GitHub
parent 06787af4b5
commit e530b55d01
2 changed files with 16 additions and 23 deletions

2
go.mod
View File

@@ -38,6 +38,6 @@ require (
golang.org/x/tools v0.1.5 // indirect
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
modernc.org/sqlite v1.18.2
modernc.org/sqlite v1.19.1
storj.io/drpc v0.0.32
)