Update dependencies.

This commit is contained in:
mikestefanello 2025-08-04 08:38:30 -04:00
parent 37104788e7
commit f154d42e67
3 changed files with 19 additions and 19 deletions

12
go.mod
View file

@ -3,16 +3,16 @@ module github.com/mikestefanello/pagoda
go 1.24.0
require (
entgo.io/ent v0.14.4
entgo.io/ent v0.14.5
github.com/PuerkitoBio/goquery v1.10.3
github.com/go-playground/validator/v10 v10.27.0
github.com/golang-jwt/jwt/v5 v5.2.3
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/gorilla/context v1.1.2
github.com/gorilla/sessions v1.4.0
github.com/labstack/echo/v4 v4.13.4
github.com/mattn/go-sqlite3 v1.14.28
github.com/mattn/go-sqlite3 v1.14.30
github.com/maypok86/otter v1.2.4
github.com/mikestefanello/backlite v0.5.0
github.com/mikestefanello/backlite v0.6.0
github.com/spf13/afero v1.14.0
github.com/spf13/viper v1.20.1
github.com/stretchr/testify v1.10.0
@ -21,7 +21,7 @@ require (
)
require (
ariga.io/atlas v0.31.1-0.20250212144724-069be8033e83 // indirect
ariga.io/atlas v0.32.1-0.20250325101103-175b25e1c1b9 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
@ -34,7 +34,7 @@ require (
github.com/go-openapi/inflect v0.21.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect