File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
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.23 .0
7- github.com/go-rel/sql v0.0.0-20210924144648-3d87fc16d649
6+ github.com/go-rel/rel v0.24 .0
7+ github.com/go-rel/sql v0.1.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 @@ -6,8 +6,12 @@ github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWo
66github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
77github.com/go-rel/rel v0.23.0 h1:xVte6QJhCLGQoTeHeUbIWTVDwllFCVzmJ8511XEnbtg =
88github.com/go-rel/rel v0.23.0 /go.mod h1:/VBLj1U4ZVb53aB3n22RQwX0V9DvckohseDJQibn2Rs =
9+ github.com/go-rel/rel v0.24.0 h1:DXx8DjUwkkg9EcLfS/m5YGGjdV4fjs7dsrcDVS1Zk0w =
10+ github.com/go-rel/rel v0.24.0 /go.mod h1:/VBLj1U4ZVb53aB3n22RQwX0V9DvckohseDJQibn2Rs =
911github.com/go-rel/sql v0.0.0-20210924144648-3d87fc16d649 h1:Dn/pawk07lSl06D7oOrQLuP9ZN9ADWWLsVsgARrQd6I =
1012github.com/go-rel/sql v0.0.0-20210924144648-3d87fc16d649 /go.mod h1:vnvQ9jFzTgFvOl5qcntoFXrs9sas39YcIJG30LFlc50 =
13+ github.com/go-rel/sql v0.1.0 h1:fdkdENIgJzoqUfdbQYtPCl85jcu7Ajj8zh/A5hWS+SI =
14+ github.com/go-rel/sql v0.1.0 /go.mod h1:vnvQ9jFzTgFvOl5qcntoFXrs9sas39YcIJG30LFlc50 =
1115github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE =
1216github.com/go-sql-driver/mysql v1.6.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
1317github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments