Update deps
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
module github.com/dominicf2001/comfychan
|
||||
|
||||
go 1.24.0
|
||||
|
||||
toolchain go1.24.9
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/a-h/templ v0.3.1001
|
||||
github.com/a-h/templ v0.3.1020
|
||||
github.com/disintegration/imaging v1.6.2
|
||||
github.com/go-chi/chi/v5 v5.2.5
|
||||
github.com/mattn/go-sqlite3 v1.14.34
|
||||
golang.org/x/crypto v0.48.0
|
||||
github.com/go-chi/chi/v5 v5.3.2
|
||||
github.com/mattn/go-sqlite3 v1.14.50
|
||||
golang.org/x/crypto v0.55.0
|
||||
)
|
||||
|
||||
require golang.org/x/image v0.36.0 // indirect
|
||||
require golang.org/x/image v0.45.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user