Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Jan 2, 2024
1 parent 650d845 commit 10a569d
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 73 deletions.
38 changes: 17 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,31 @@ module github.com/ystv/web-auth
go 1.21

require (
github.com/Clarilab/gocloaksession v1.13.1
github.com/Clarilab/gocloaksession v1.13.2
github.com/Masterminds/squirrel v1.5.4
github.com/Nerzal/gocloak/v8 v8.6.0
github.com/balacode/zr-whirl v1.0.2
github.com/dustin/go-humanize v1.0.1
github.com/go-playground/validator/v10 v10.15.5
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/google/uuid v1.3.1
github.com/gorilla/schema v1.2.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.1
github.com/go-playground/validator/v10 v10.16.0
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/google/uuid v1.5.0
github.com/gorilla/schema v1.2.1
github.com/gorilla/securecookie v1.1.2
github.com/gorilla/sessions v1.2.2
github.com/jinzhu/copier v0.4.0
github.com/jmoiron/sqlx v1.3.5
github.com/joho/godotenv v1.5.1
github.com/korylprince/go-ad-auth/v3 v3.3.0
github.com/labstack/echo/v4 v4.11.2
github.com/labstack/gommon v0.4.0
github.com/labstack/echo/v4 v4.11.4
github.com/labstack/gommon v0.4.2
github.com/lib/pq v1.10.9
github.com/mcnijman/go-emailaddress v1.1.0
github.com/mcnijman/go-emailaddress v1.1.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/xhit/go-simple-mail/v2 v2.16.0
gopkg.in/guregu/null.v4 v4.0.0
)

require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
)
require github.com/go-resty/resty/v2 v2.9.1 // indirect

require (
github.com/Nerzal/gocloak/v13 v13.8.0 // indirect
Expand All @@ -39,24 +36,23 @@ require (
github.com/go-ldap/ldap/v3 v3.4.6
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-resty/resty/v2 v2.10.0 // indirect
github.com/go-test/deep v1.1.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/segmentio/ksuid v1.0.4 // indirect
github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/crypto v0.17.0
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
)
Loading

0 comments on commit 10a569d

Please sign in to comment.