build(deps): bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 (#215)

Bumps [github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/jmoiron/sqlx/releases)
- [Commits](https://github.com/jmoiron/sqlx/compare/v1.3.4...v1.3.5)

---
updated-dependencies:
- dependency-name: github.com/jmoiron/sqlx
  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 is contained in:
dependabot[bot]
2022-04-21 15:15:39 +03:00
committed by GitHub
parent 138df618bb
commit c8dc3a3797
2 changed files with 5 additions and 5 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module go.unistack.org/micro-tests
go 1.16
require (
github.com/jmoiron/sqlx v1.3.4
github.com/jmoiron/sqlx v1.3.5
github.com/opentracing/opentracing-go v1.2.0
github.com/segmentio/kafka-go v0.4.31
github.com/stretchr/testify v1.7.1