removed crypto and users - unused without auth
This commit is contained in:
parent
6df75a7ce6
commit
3409ac598c
5 changed files with 0 additions and 82 deletions
5
go.mod
5
go.mod
|
|
@ -5,8 +5,3 @@ go 1.23.5
|
|||
require github.com/mattn/go-sqlite3 v1.14.24
|
||||
|
||||
require github.com/knaka/go-sqlite3-fts5 v0.0.0-20240729040425-e53b86878d0d
|
||||
|
||||
require (
|
||||
golang.org/x/crypto v0.36.0
|
||||
golang.org/x/sys v0.31.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue