Skip to content

Commit

Permalink
Bump github.com/go-rel/sql from 0.13.0 to 0.13.1 (#52)
Browse files Browse the repository at this point in the history
Bumps [github.com/go-rel/sql](https://github.com/go-rel/sql) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/go-rel/sql/releases)
- [Changelog](https://github.com/go-rel/sql/blob/main/.goreleaser.yml)
- [Commits](go-rel/sql@v0.13.0...v0.13.1)

---
updated-dependencies:
- dependency-name: github.com/go-rel/sql
  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>
  • Loading branch information
dependabot[bot] committed Feb 27, 2023
1 parent 4ac9cac commit ca91dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/go-rel/primaryreplica v0.4.0
github.com/go-rel/rel v0.39.0
github.com/go-rel/sql v0.13.0
github.com/go-rel/sql v0.13.1
github.com/jackc/pgx/v4 v4.18.0
github.com/lib/pq v1.10.7
github.com/stretchr/testify v1.8.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ github.com/go-rel/primaryreplica v0.4.0/go.mod h1:HUBz+BUvUcg9JpRRk9PstV9J/qlEOq
github.com/go-rel/rel v0.33.1/go.mod h1:DhB9Xmt/ymaumJAB6Z3Kq+IybLwQhhrzr6ZLeXMygPo=
github.com/go-rel/rel v0.39.0 h1:2zmK8kazM82iRRfWX7+mm1MxDkGKDj2W+xJLjguli5U=
github.com/go-rel/rel v0.39.0/go.mod h1:yN6+aimHyRIzbuWFe5DaxiZPuVuPfd7GlLpy/YTqTUg=
github.com/go-rel/sql v0.13.0 h1:BNSzn1Uf7v/jjVojejJPosvMfhQO+TRmm1/LdqytXag=
github.com/go-rel/sql v0.13.0/go.mod h1:kAxb7ARO4vokQB+2ot4rNT1mhNzd0ofHp3oihvSw1oU=
github.com/go-rel/sql v0.13.1 h1:Q3G9/QyK4p7AIDNviW0x3JrfdG5LyoLrGH9uoaUtA+o=
github.com/go-rel/sql v0.13.1/go.mod h1:3t/E+2E/Y9rXURDD7ZMgpFdXLji10gP7gb57HeoaRNY=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/gofrs/uuid v4.0.0+incompatible h1:1SD/1F5pU8p29ybwgQSwpQk+mwdRrXCYuPhW6m+TnJw=
github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
Expand Down

0 comments on commit ca91dbd

Please sign in to comment.