Skip to content

Commit

Permalink
upgrade auth library
Browse files Browse the repository at this point in the history
  • Loading branch information
shurwit committed Feb 29, 2024
1 parent fd35d96 commit 0208566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/lestrrat-go/jwx v1.2.28
github.com/oapi-codegen/runtime v1.1.1
github.com/pquerna/otp v1.4.0
github.com/rokwire/core-auth-library-go/v3 v3.0.2-0.20240229164508-bda822e2a460
github.com/rokwire/core-auth-library-go/v3 v3.2.0
github.com/rokwire/logging-library-go/v2 v2.3.0
github.com/stretchr/testify v1.8.4
github.com/swaggo/http-swagger v1.3.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ github.com/pquerna/otp v1.4.0 h1:wZvl1TIVxKRThZIBiwOOHOGP/1+nZyWBil9Y2XNEDzg=
github.com/pquerna/otp v1.4.0/go.mod h1:dkJfzwRKNiegxyNb54X/3fLwhCynbMspSyWKnvi1AEg=
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
github.com/rokwire/core-auth-library-go/v3 v3.0.2-0.20240229164508-bda822e2a460 h1:KONP8CURJ8nZv4dq+Vqlqea8D5Y5qNqXPxNk2+ezyUQ=
github.com/rokwire/core-auth-library-go/v3 v3.0.2-0.20240229164508-bda822e2a460/go.mod h1:c4vm597peiRC6Afgc/vRlRvtO8Y5PM32my05ocUQnAs=
github.com/rokwire/core-auth-library-go/v3 v3.2.0 h1:+cCPU9sc5oVYvEVf1Nh54Te9t08/xNX6GQaxdSHOKMA=
github.com/rokwire/core-auth-library-go/v3 v3.2.0/go.mod h1:ItkkDZPFcV7F5JBMaOuN/zgNKEkJ/zfhT6FAYLBd6h4=
github.com/rokwire/logging-library-go/v2 v2.3.0 h1:79paNwa+DwvaMNyTqg4emkXbn6xHIkpmDKWfQ2K6FUc=
github.com/rokwire/logging-library-go/v2 v2.3.0/go.mod h1:ns94awYfgAzKynb/sI4X8TP6UGovfiGHLqVE2wzccR8=
github.com/rs/cors v1.10.1 h1:L0uuZVXIKlI1SShY2nhFfo44TYvDPQ1w4oFkUJNfhyo=
Expand Down

0 comments on commit 0208566

Please sign in to comment.