Updated dependencies.

This commit is contained in:
mikestefanello 2022-11-02 19:27:42 -04:00
parent 72ce41c828
commit 8c5582f720
2 changed files with 28 additions and 38 deletions

16
go.mod
View file

@ -3,26 +3,26 @@ module github.com/mikestefanello/pagoda
go 1.18
require (
entgo.io/ent v0.11.2
entgo.io/ent v0.11.4
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/PuerkitoBio/goquery v1.8.0
github.com/eko/gocache/v2 v2.3.1
github.com/go-playground/validator/v10 v10.11.0
github.com/go-playground/validator/v10 v10.11.1
github.com/go-redis/redis/v8 v8.11.5
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/sessions v1.2.1
github.com/hibiken/asynq v0.23.0
github.com/jackc/pgx/v4 v4.17.1
github.com/jackc/pgx/v4 v4.17.2
github.com/labstack/echo-contrib v0.13.0
github.com/labstack/echo/v4 v4.9.0
github.com/labstack/gommon v0.3.1
github.com/labstack/echo/v4 v4.9.1
github.com/labstack/gommon v0.4.0
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d
)
require (
ariga.io/atlas v0.5.1-0.20220717122844-8593d7eb1a8e // indirect
ariga.io/atlas v0.7.3-0.20221011160332-3ca609863edd // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/XiaoMi/pegasus-go-client v0.0.0-20210427083443-f3b6b08bc4c2 // indirect
@ -45,7 +45,7 @@ require (
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl/v2 v2.10.0 // indirect
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect