Skip to content

Commit d09df2a

Browse files
Bump github.com/go-rel/rel from 0.26.1 to 0.27.0 (#39)
Bumps [github.com/go-rel/rel](https://github.com/go-rel/rel) from 0.26.1 to 0.27.0. - [Release notes](https://github.com/go-rel/rel/releases) - [Changelog](https://github.com/go-rel/rel/blob/master/changeset_test.go) - [Commits](go-rel/rel@v0.26.1...v0.27.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 028b5d2 commit d09df2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.16
44

55
require (
66
github.com/denisenkom/go-mssqldb v0.11.0
7-
github.com/go-rel/rel v0.26.1
7+
github.com/go-rel/rel v0.27.0
88
github.com/go-rel/sql v0.2.0
99
github.com/stretchr/testify v1.7.0
1010
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
77
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
88
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
99
github.com/go-rel/rel v0.26.0/go.mod h1:/VBLj1U4ZVb53aB3n22RQwX0V9DvckohseDJQibn2Rs=
10-
github.com/go-rel/rel v0.26.1 h1:nxr07D0SMr/mzQKtnZjZHEa3ZGNX7NP3z6E4aSv/HZQ=
11-
github.com/go-rel/rel v0.26.1/go.mod h1:zaIYPmM3AfJrh0xBmm7KoVKRgTNvr0cgZfcJ88gVA2U=
10+
github.com/go-rel/rel v0.27.0 h1:Z9NOScAMwu54sxXmL/gET5+qKkisTS95MIk6uH/+r9Y=
11+
github.com/go-rel/rel v0.27.0/go.mod h1:zaIYPmM3AfJrh0xBmm7KoVKRgTNvr0cgZfcJ88gVA2U=
1212
github.com/go-rel/sql v0.2.0 h1:MbrI1Fc2yr2bPj72KMcCzzE4iZqYHEc4tjyU2icWdu4=
1313
github.com/go-rel/sql v0.2.0/go.mod h1:fuxRKIaX09WAyoh/U1Y0xex1ppRcIzuRPmPhrVG+P64=
1414
github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=

0 commit comments

Comments
 (0)