From b3485c78114e505b7bc9c6969afa108ea3f4755c Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 14 Feb 2024 23:38:53 +0100 Subject: Remove sqlite support: the differences with sqlc just get too cumbersome --- go.mod | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 537c367..b3a0965 100644 --- a/go.mod +++ b/go.mod @@ -11,29 +11,7 @@ require ( github.com/gorilla/securecookie v1.1.2 github.com/gorilla/sessions v1.2.2 github.com/joho/godotenv v1.5.1 - github.com/mattn/go-sqlite3 v1.14.22 - github.com/simukti/sqldb-logger v0.0.0-20230108155151-646c1a075551 golang.org/x/crypto v0.19.0 - modernc.org/sqlite v1.28.0 ) -require ( - github.com/dustin/go-humanize v1.0.1 // indirect - github.com/felixge/httpsnoop v1.0.3 // indirect - github.com/google/uuid v1.3.0 // indirect - github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect - github.com/mattn/go-isatty v0.0.20 // indirect - github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect - golang.org/x/mod v0.8.0 // indirect - golang.org/x/sys v0.17.0 // indirect - golang.org/x/tools v0.1.12 // indirect - lukechampine.com/uint128 v1.2.0 // indirect - modernc.org/cc/v3 v3.40.0 // indirect - modernc.org/ccgo/v3 v3.16.13 // indirect - modernc.org/libc v1.29.0 // indirect - modernc.org/mathutil v1.6.0 // indirect - modernc.org/memory v1.7.2 // indirect - modernc.org/opt v0.1.3 // indirect - modernc.org/strutil v1.1.3 // indirect - modernc.org/token v1.0.1 // indirect -) +require github.com/felixge/httpsnoop v1.0.3 // indirect -- cgit v1.2.3-70-g09d2