File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 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
33go 1.17
44
55require (
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
88 github.com/lib/pq v1.10.3
99 github.com/stretchr/testify v1.7.0
1010)
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
44github.com/fsnotify/fsnotify v1.4.7 /go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo =
55github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4 =
66github.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 =
1111github.com/go-sql-driver/mysql v1.6.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
1212github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
1313github.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