summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-02-06 20:27:19 -0800
committerRose Hogenson <rosehogenson@posteo.net>2024-02-06 20:27:19 -0800
commit432e3bda53ca02b9f3eb58163f8459d051f1df20 (patch)
tree0e031c8c305f9897364094d26c308c6d5f4994d5 /go.mod
downloadsqlr-432e3bda53ca02b9f3eb58163f8459d051f1df20.tar.zst
Initial commit.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..a696c94
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module gitlab.com/rhogenson/sqlr
+
+go 1.21.6
+
+require (
+ github.com/google/go-cmp v0.6.0
+ github.com/mattn/go-sqlite3 v1.14.22
+)