diff options
| author | ivar <i@oiee.no> | 2026-03-31 18:33:20 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2026-03-31 18:33:20 +0200 |
| commit | a44d18a1fcc8558187b825bd2cf48f5b59b093d2 (patch) | |
| tree | 26915bed251b0d6dad95d34f55159e7bb1d3c18a /go.mod | |
| parent | 052ad0188ea69c62c46483e61d4433f2ded02f2d (diff) | |
| download | nebbet.no-a44d18a1fcc8558187b825bd2cf48f5b59b093d2.tar.xz nebbet.no-a44d18a1fcc8558187b825bd2cf48f5b59b093d2.zip | |
Use sqlite package
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -10,6 +10,4 @@ require ( modernc.org/sqlite v1.47.0 ) -require golang.org/x/sys v0.23.0 // indirect - -replace modernc.org/sqlite => ./compat/sqlite +require golang.org/x/sys v0.23.0 |
