From ff0273c7a9e8095cd5d2bda61e7f3d5132fdfdbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 11:05:34 +0900 Subject: [PATCH] Bump github.com/go-rel/rel from 0.19.0 to 0.20.0 (#23) Bumps [github.com/go-rel/rel](https://github.com/go-rel/rel) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/go-rel/rel/releases) - [Changelog](https://github.com/go-rel/rel/blob/master/changeset_test.go) - [Commits](https://github.com/go-rel/rel/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: github.com/go-rel/rel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c838e8f..250c9b6 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/denisenkom/go-mssqldb v0.10.0 - github.com/go-rel/rel v0.19.0 + github.com/go-rel/rel v0.20.0 github.com/stretchr/objx v0.3.0 // indirect github.com/stretchr/testify v1.7.0 ) diff --git a/go.sum b/go.sum index 6cce6ba..942dc29 100644 --- a/go.sum +++ b/go.sum @@ -6,8 +6,8 @@ github.com/denisenkom/go-mssqldb v0.10.0/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27 github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= -github.com/go-rel/rel v0.19.0 h1:eaVSQwGhaKKo7pEUg56cDpIczVHlDs2TOzlmPcv0B9s= -github.com/go-rel/rel v0.19.0/go.mod h1:tgzX9l1JhGDBHtwUs64LbaOt2+ysKJoHrm18+JHflCA= +github.com/go-rel/rel v0.20.0 h1:0Tz4YIscIlCZ3K3PojwXjfUqycT8iWshbu5txQ0holc= +github.com/go-rel/rel v0.20.0/go.mod h1:tgzX9l1JhGDBHtwUs64LbaOt2+ysKJoHrm18+JHflCA= github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe h1:lXe2qZdvpiX5WZkZR4hgp4KJVfY3nMkvmwbVkpv1rVY= github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0=