build(deps): bump modernc.org/sqlite from 1.13.3 to 1.14.1

Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.13.3 to 1.14.1.
- [Release notes](https://gitlab.com/cznic/sqlite/tags)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.13.3...v1.14.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>
This commit is contained in:
dependabot[bot]
2021-11-19 14:51:16 +00:00
committed by GitHub
parent 6974c1bd6f
commit d045cfb9d5
2 changed files with 39 additions and 14 deletions

2
go.mod
View File

@@ -36,6 +36,6 @@ require (
go.unistack.org/micro/v3 v3.8.10
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
modernc.org/sqlite v1.13.3
modernc.org/sqlite v1.14.1
storj.io/drpc v0.0.26
)