Get basic thumbnails working
This commit is contained in:
@@ -2,9 +2,13 @@ module github.com/dominicf2001/comfychan
|
||||
|
||||
go 1.23.8
|
||||
|
||||
require github.com/a-h/templ v0.3.857
|
||||
require (
|
||||
github.com/a-h/templ v0.3.857
|
||||
github.com/go-chi/chi/v5 v5.2.1
|
||||
github.com/mattn/go-sqlite3 v1.14.28
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/go-chi/chi/v5 v5.2.1 // indirect
|
||||
github.com/mattn/go-sqlite3 v1.14.28 // indirect
|
||||
github.com/disintegration/imaging v1.6.2 // indirect
|
||||
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user