Commit 36b787d 1 parent 148fa79 commit 36b787d Copy full SHA for 36b787d
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/go-rel/postgres
3
3
go 1.17
4
4
5
5
require (
6
- github.com/go-rel/rel v0.25.1-0.20211012061337-dfb3d0951876
7
- github.com/go-rel/sql v0.1.1-0.20211012072023-36066d80a50a
6
+ github.com/go-rel/rel v0.26.0
7
+ github.com/go-rel/sql v0.2.0
8
8
github.com/lib/pq v1.10.3
9
9
github.com/stretchr/testify v1.7.0
10
10
)
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
4
4
github.com/fsnotify/fsnotify v1.4.7 /go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo =
5
5
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4 =
6
6
github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
7
- github.com/go-rel/rel v0.25.1-0.20211012061337-dfb3d0951876 h1:NAVlxoe5yAmCXKqgwBW2eUuc44zqJaY42v7ldSqxzf8 =
8
- github.com/go-rel/rel v0.25.1-0.20211012061337-dfb3d0951876 /go.mod h1:/VBLj1U4ZVb53aB3n22RQwX0V9DvckohseDJQibn2Rs =
9
- github.com/go-rel/sql v0.1.1-0.20211012072023-36066d80a50a h1:hyaIbbU0uuitQ6oAH6KHjRaxTUsjUDqVEe32qeGP6aw =
10
- github.com/go-rel/sql v0.1.1-0.20211012072023-36066d80a50a /go.mod h1:M6VxbYbMCeRR50h70wIL6zCw1Ui5x+6plAHyuhnrCLg =
7
+ github.com/go-rel/rel v0.26.0 h1:lL0d9SaFcWgrbRRfnmsGZl/O33Ixv51X3VBlUGb2kd4 =
8
+ github.com/go-rel/rel v0.26.0 /go.mod h1:/VBLj1U4ZVb53aB3n22RQwX0V9DvckohseDJQibn2Rs =
9
+ github.com/go-rel/sql v0.2.0 h1:MbrI1Fc2yr2bPj72KMcCzzE4iZqYHEc4tjyU2icWdu4 =
10
+ github.com/go-rel/sql v0.2.0 /go.mod h1:fuxRKIaX09WAyoh/U1Y0xex1ppRcIzuRPmPhrVG+P64 =
11
11
github.com/go-sql-driver/mysql v1.6.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
12
12
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
13
13
github.com/golang/protobuf v1.4.0-rc.1 /go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8 =
You can’t perform that action at this time.
0 commit comments