build: change jwt package to the new one

This commit is contained in:
hyperyuri 2021-11-11 15:26:42 -03:00
parent c3809c7cab
commit c4dc8a2c21
7 changed files with 114 additions and 31 deletions

7
go.mod
View file

@ -8,7 +8,7 @@ require (
github.com/go-chi/chi v4.0.3+incompatible
github.com/go-chi/cors v1.0.0
github.com/go-chi/docgen v1.0.5
github.com/go-chi/jwtauth v4.0.4+incompatible
github.com/go-chi/jwtauth v1.2.0
github.com/go-chi/render v1.0.1
github.com/go-mail/mail v2.3.1+incompatible
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
@ -19,6 +19,7 @@ require (
github.com/jaytaylor/html2text v0.0.0-20200220170450-61d9dc4d7195
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/lestrrat-go/jwx v1.2.10
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mssola/user_agent v0.5.1
@ -33,12 +34,8 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.2
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/vanng822/css v0.0.0-20190504095207-a21e860bcd04 // indirect
github.com/vanng822/go-premailer v0.0.0-20191214114701-be27abe028fe
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/ini.v1 v1.52.0 // indirect
gopkg.in/mail.v2 v2.3.1 // indirect