Skip to content

Commit 9e905ea

Browse files
committed
require go 1.19
1 parent 1581cc7 commit 9e905ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/domonda/go-sqldb
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
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
88
github.com/go-sql-driver/mysql v1.6.0
99
github.com/lib/pq v1.10.6
1010
github.com/stretchr/testify v1.8.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/domonda/go-errs v0.0.0-20220803101145-9c94ff28df79 h1:fBQtqAIzfFx/pGW
55
github.com/domonda/go-errs v0.0.0-20220803101145-9c94ff28df79/go.mod h1:WvIoE59Dfs0hhB2GYSlwowlBr2WWGXf/F74bg6HWUpQ=
66
github.com/domonda/go-pretty v0.0.0-20220317123925-dd9e6bef129a h1:6/Is0KGl5Ot3E8ZLAgAFWYiSRdU+3t3jL38+5yIlCV4=
77
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=
1010
github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE=
1111
github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
1212
github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ=

0 commit comments

Comments
 (0)