Upgraded libraries.

This commit is contained in:
mikestefanello 2022-03-08 19:35:55 -05:00
parent 271c0e9699
commit a6289fe4cc
2 changed files with 28 additions and 9 deletions

18
go.mod
View file

@ -3,25 +3,25 @@ module github.com/mikestefanello/pagoda
go 1.17
require (
entgo.io/ent v0.10.0
entgo.io/ent v0.10.1
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/PuerkitoBio/goquery v1.8.0
github.com/eko/gocache/v2 v2.2.0
github.com/go-playground/validator/v10 v10.9.0
github.com/go-playground/validator/v10 v10.10.1
github.com/go-redis/redis/v8 v8.11.4
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/sessions v1.2.1
github.com/jackc/pgx/v4 v4.14.1
github.com/jackc/pgx/v4 v4.15.0
github.com/joeshaw/envdecode v0.0.0-20200121155833-099f1fc765bd
github.com/labstack/echo-contrib v0.11.0
github.com/labstack/echo/v4 v4.6.3
github.com/labstack/echo-contrib v0.12.0
github.com/labstack/echo/v4 v4.7.0
github.com/labstack/gommon v0.3.1
github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
)
require (
ariga.io/atlas v0.3.2-0.20220120225051-c3fac7d636dd // indirect
ariga.io/atlas v0.3.7-0.20220303204946-787354f533c3 // 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
@ -48,12 +48,12 @@ require (
github.com/imdario/mergo v0.3.12 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.10.1 // indirect
github.com/jackc/pgconn v1.11.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.9.1 // indirect
github.com/jackc/pgtype v1.10.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect