Skip to content

Commit 9bcabeb

Browse files
committed
update go-types
1 parent 590be49 commit 9bcabeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/domonda/go-errs v0.0.0-20221201115330-819262069697
7-
github.com/domonda/go-types v0.0.0-20230116094330-e883f09f9d6d
7+
github.com/domonda/go-types v0.0.0-20230123091716-ceb113bdba48
88
github.com/go-sql-driver/mysql v1.7.0
99
github.com/lib/pq v1.10.7
1010
github.com/stretchr/testify v1.8.1

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-20221201115330-819262069697 h1:Z7QBf0irXHMZSuu
55
github.com/domonda/go-errs v0.0.0-20221201115330-819262069697/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-20230116094330-e883f09f9d6d h1:stkenNiaDmign9K93U+1kkllEnwxHDQXWDo22gaAnBQ=
9-
github.com/domonda/go-types v0.0.0-20230116094330-e883f09f9d6d/go.mod h1:paPqgf6Ni6tv3JmT8r8DQ5iKopxf0IM8f93Ozi/qBfM=
8+
github.com/domonda/go-types v0.0.0-20230123091716-ceb113bdba48 h1:vfjPQCCnspQRMdb31fKHBG+/2Qst2vVJGjUiBufecPE=
9+
github.com/domonda/go-types v0.0.0-20230123091716-ceb113bdba48/go.mod h1:OCpuKQfcYEWr4D7Z+1aBLO5NvGoRRZytOcvjFs/KJOg=
1010
github.com/go-sql-driver/mysql v1.7.0 h1:ueSltNNllEqE3qcWBTD0iQd3IpL/6U+mJxLkazJ7YPc=
1111
github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
1212
github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ=

0 commit comments

Comments
 (0)