Skip to content

Commit 1c208e7

Browse files
Bump github.com/go-rel/rel from 0.29.1 to 0.29.2 (#40)
Bumps [github.com/go-rel/rel](https://github.com/go-rel/rel) from 0.29.1 to 0.29.2. - [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.29.1...v0.29.2) --- updated-dependencies: - dependency-name: github.com/go-rel/rel 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>
1 parent c1cf357 commit 1c208e7

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.13
44

55
require (
66
github.com/azer/snakecase v0.0.0-20161028114325-c818dddafb5c
7-
github.com/go-rel/rel v0.29.1
7+
github.com/go-rel/rel v0.29.2
88
github.com/kr/pretty v0.1.0 // indirect
99
github.com/stretchr/objx v0.2.0 // indirect
1010
github.com/stretchr/testify v1.7.0

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.28.0/go.mod h1:zaIYPmM3AfJrh0xBmm7KoVKRgTNvr0cgZfcJ88gVA2U=
10-
github.com/go-rel/rel v0.29.1 h1:BsmpvGTqms7k0j+nNRm3zAs3EVZu+/+Pt5Lxuki5zcw=
11-
github.com/go-rel/rel v0.29.1/go.mod h1:RiTs/9DBCiSZvVRin8mXMXBeXIuJ5JpQThccwtrdqfc=
10+
github.com/go-rel/rel v0.29.2 h1:YeQiGSjK3fPZZOjxktGudv6t8g3EbrUHJ6jLUhq7sc4=
11+
github.com/go-rel/rel v0.29.2/go.mod h1:RiTs/9DBCiSZvVRin8mXMXBeXIuJ5JpQThccwtrdqfc=
1212
github.com/go-rel/reltest v0.4.0/go.mod h1:3udgrKCZGCMFWc8k+RH975gUdUFPE/yspG2iWN9gjqU=
1313
github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
1414
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=

0 commit comments

Comments
 (0)