build(deps): bump modernc.org/sqlite from 1.15.2 to 1.15.3

Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.15.2 to 1.15.3.
- [Release notes](https://gitlab.com/cznic/sqlite/tags)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.15.2...v1.15.3)

---
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>
This commit is contained in:
dependabot[bot]
2022-03-22 20:16:12 +00:00
committed by GitHub
parent cb5e4f7f10
commit 030d229a77
2 changed files with 16 additions and 14 deletions

4
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/opentracing/opentracing-go v1.2.0
github.com/segmentio/kafka-go v0.4.30
github.com/stretchr/testify v1.7.1
github.com/twmb/franz-go v1.4.0
github.com/twmb/franz-go v1.4.1
github.com/zeebo/errs v1.3.0 // indirect
go.unistack.org/micro-broker-kgo/v3 v3.8.2
go.unistack.org/micro-broker-segmentio/v3 v3.8.0
@@ -42,6 +42,6 @@ require (
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e // indirect
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.27.1
modernc.org/sqlite v1.15.2
modernc.org/sqlite v1.15.3
storj.io/drpc v0.0.30
)