From 43cb53cf6e42534a98ac9be3f36e5099f61208b1 Mon Sep 17 00:00:00 2001 From: Michael Whatcott Date: Wed, 23 Oct 2024 15:09:24 -0600 Subject: [PATCH] Latest dependency. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e53d341..27e2979 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/smarty/sqldb/v2 go 1.22 require ( - github.com/smarty/assertions v1.15.0 + github.com/smarty/assertions v1.16.0 github.com/smarty/gunit v1.5.0 ) diff --git a/go.sum b/go.sum index 799c814..0855eb3 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/smarty/assertions v1.15.0 h1:cR//PqUBUiQRakZWqBiFFQ9wb8emQGDb0HeGdqGByCY= -github.com/smarty/assertions v1.15.0/go.mod h1:yABtdzeQs6l1brC900WlRNwj6ZR55d7B+E8C6HtKdec= +github.com/smarty/assertions v1.16.0 h1:EvHNkdRA4QHMrn75NZSoUQ/mAUXAYWfatfB01yTCzfY= +github.com/smarty/assertions v1.16.0/go.mod h1:duaaFdCS0K9dnoM50iyek/eYINOZ64gbh1Xlf6LG7AI= github.com/smarty/gunit v1.5.0 h1:OmG6a/rgi7qCjlQis6VjXbvx/WqZ8I6xSlbfN4YB5MY= github.com/smarty/gunit v1.5.0/go.mod h1:uAeNibUD292KZRcg5OTy7lb6WR5++UC0BQOzNuiRzpU=