summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-03-28 16:23:59 -0300
committerEuAndreh <eu@euandre.org>2024-03-28 16:23:59 -0300
commit2fe047ea266353187ea6940c5ce3067401a0a163 (patch)
treee10eb0cf2e267770b575fe72c2e9e5692e54a63a
parentMakefile: s/main.bin/$(NAME).bin/g (diff)
downloadpapod-2fe047ea266353187ea6940c5ce3067401a0a163.tar.gz
papod-2fe047ea266353187ea6940c5ce3067401a0a163.tar.xz
go.mod: Unmark go-sqlite3 as indirect
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8f00f40..db7d1d0 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@ module euandre.org/papo
go 1.21.5
-require github.com/mattn/go-sqlite3 v1.14.22 // indirect
+require github.com/mattn/go-sqlite3 v1.14.22