build(deps): bump modernc.org/sqlite from 1.19.1 to 1.19.4 (#273)

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

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-11-14 07:28:02 +03:00
committed by GitHub
parent ffac5f8293
commit 3209a6ef10
2 changed files with 19 additions and 21 deletions

2
go.mod
View File

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