summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-10-05 09:56:39 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-10-05 09:56:39 -0700
commit96f50b79baa0948d45bdf3a7cd60a1886d85b80d (patch)
tree26490471b46177b5ddf8dd85b71cf2a60a2d66d8 /go.mod
parentbe2efe80d7f11b695cb542ae94b4d5f1f69ba537 (diff)
downloadsqlr-96f50b79baa0948d45bdf3a7cd60a1886d85b80d.tar.zst
Add a functional iterator over query rows.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a696c94..926a6b8 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module gitlab.com/rhogenson/sqlr
-go 1.21.6
+go 1.23
require (
github.com/google/go-cmp v0.6.0