diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-02-06 20:27:19 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-02-06 20:27:19 -0800 |
| commit | 432e3bda53ca02b9f3eb58163f8459d051f1df20 (patch) | |
| tree | 0e031c8c305f9897364094d26c308c6d5f4994d5 /go.mod | |
| download | sqlr-432e3bda53ca02b9f3eb58163f8459d051f1df20.tar.zst | |
Initial commit.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 +) |
