diff options
author | EuAndreh <eu@euandre.org> | 2024-03-28 16:23:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-03-28 16:23:59 -0300 |
commit | 2fe047ea266353187ea6940c5ce3067401a0a163 (patch) | |
tree | e10eb0cf2e267770b575fe72c2e9e5692e54a63a | |
parent | Makefile: s/main.bin/$(NAME).bin/g (diff) | |
download | papod-2fe047ea266353187ea6940c5ce3067401a0a163.tar.gz papod-2fe047ea266353187ea6940c5ce3067401a0a163.tar.xz |
go.mod: Unmark go-sqlite3 as indirect
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |