File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/domonda/go-sqldb
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/domonda/go-errs v0.0.0-20220803101145-9c94ff28df79
7
- github.com/domonda/go-types v0.0.0-20220803103538-ba179df4d6de
7
+ github.com/domonda/go-types v0.0.0-20220819111803-c069f85545c7
8
8
github.com/go-sql-driver/mysql v1.6.0
9
9
github.com/lib/pq v1.10.6
10
10
github.com/stretchr/testify v1.8.0
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ github.com/domonda/go-errs v0.0.0-20220803101145-9c94ff28df79 h1:fBQtqAIzfFx/pGW
5
5
github.com/domonda/go-errs v0.0.0-20220803101145-9c94ff28df79 /go.mod h1:WvIoE59Dfs0hhB2GYSlwowlBr2WWGXf/F74bg6HWUpQ =
6
6
github.com/domonda/go-pretty v0.0.0-20220317123925-dd9e6bef129a h1:6/Is0KGl5Ot3E8ZLAgAFWYiSRdU+3t3jL38+5yIlCV4 =
7
7
github.com/domonda/go-pretty v0.0.0-20220317123925-dd9e6bef129a /go.mod h1:3QkM8UJdyJMeKZiIo7hYzSkQBpRS3k0gOHw4ysyEIB4 =
8
- github.com/domonda/go-types v0.0.0-20220803103538-ba179df4d6de h1:JQpcRcKuUG15dmfT1LkrRgLl+wpRAvIcHLqOS6/Q2Lo =
9
- github.com/domonda/go-types v0.0.0-20220803103538-ba179df4d6de /go.mod h1:OBigUM85hSP8diN6QHh2PVGD0GamVO1C4TeJHWxBePA =
8
+ github.com/domonda/go-types v0.0.0-20220819111803-c069f85545c7 h1:2NUJm94/XoZzLhYmU8zDPSjKP3GhKvIVrs9AaBnslWA =
9
+ github.com/domonda/go-types v0.0.0-20220819111803-c069f85545c7 /go.mod h1:OBigUM85hSP8diN6QHh2PVGD0GamVO1C4TeJHWxBePA =
10
10
github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE =
11
11
github.com/go-sql-driver/mysql v1.6.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
12
12
github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ =
You can’t perform that action at this time.
0 commit comments