diff options
| author | Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> | 2026-03-31 12:49:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-31 12:49:52 +0200 |
| commit | 6eb034f132bcc521b0d088c538bbdc2ce9fc1190 (patch) | |
| tree | c4f4abfafb6e8e47a1ab505fe1253b951ccf77c9 /compat/sqlite/go.mod | |
| parent | 8d7cda6e578e684483c0b5c7391c48e5b9ac5192 (diff) | |
| parent | aa23774abb90c168c9ba2559d6bf381bc9fc55ba (diff) | |
| download | nebbet.no-6eb034f132bcc521b0d088c538bbdc2ce9fc1190.tar.xz nebbet.no-6eb034f132bcc521b0d088c538bbdc2ce9fc1190.zip | |
Merge pull request #2 from ivarlovlie/claude/add-post-management-rqIiO
Diffstat (limited to 'compat/sqlite/go.mod')
| -rw-r--r-- | compat/sqlite/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/sqlite/go.mod b/compat/sqlite/go.mod new file mode 100644 index 0000000..8779817 --- /dev/null +++ b/compat/sqlite/go.mod @@ -0,0 +1,3 @@ +module modernc.org/sqlite + +go 1.22 |
