supertokens-golang icon indicating copy to clipboard operation
supertokens-golang copied to clipboard

chore: Update dependencies in go.mod file

Open Piyushhbhutoria opened this issue 1 year ago • 1 comments

Summary of change

updated go.mod file

Related issues

  • Link to issue1 here
  • Link to issue1 here

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!)

Documentation changes

(If relevant, please create a PR in our docs repo, or create a checklist here highlighting the necessary changes)

Checklist for important updates

  • [ ] Changelog has been updated
  • [ ] coreDriverInterfaceSupported.json file has been updated (if needed)
    • Along with the associated array in supertokens/constants.go
  • [ ] frontendDriverInterfaceSupported.json file has been updated (if needed)
  • [ ] Changes to the version if needed
    • In supertokens/constants.go > version variable
  • [ ] Had installed and ran the pre-commit hook
  • [x] If new thirdparty provider is added,
    • [x] update switch statement in recipe/thirdparty/providers/config_utils.go file, createProvider function.
    • [x] add an icon on the user management dashboard.
  • [x] Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.
  • [x] If access token structure has changed
    • Modified test in session/accessTokenVersions_test.go to account for any new claims that are optional or omitted by the core

Remaining TODOs for this PR

Piyushhbhutoria avatar May 09 '24 18:05 Piyushhbhutoria

Hey @Piyushhbhutoria thanks for the PR. Any reason to update the go version?

rishabhpoddar avatar May 10 '24 05:05 rishabhpoddar

Hey @Piyushhbhutoria thanks for the PR. Any reason to update the go version?

Hi @rishabhpoddar no particular reason just a chore.

Piyushhbhutoria avatar Jun 22 '24 07:06 Piyushhbhutoria