From b8d3ccc73fefbc6bb602f9071c3d256f0ded11e1 Mon Sep 17 00:00:00 2001 From: ramya18101 Date: Mon, 9 Dec 2024 10:04:08 +0530 Subject: [PATCH] Update the latest go-auth0 version and doc info --- go.mod | 2 +- go.sum | 4 ++-- .../cli/data/universal-login/prompt-screen-settings.json | 9 +++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index e87cb696..71ee779c 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ replace github.com/mholt/archiver/v3 => github.com/anchore/archiver/v3 v3.5.2 require ( github.com/AlecAivazis/survey/v2 v2.3.7 github.com/PuerkitoBio/rehttp v1.4.0 - github.com/auth0/go-auth0 v1.12.1-0.20241202041512-cb28f03cf8bf + github.com/auth0/go-auth0 v1.13.0 github.com/briandowns/spinner v1.23.1 github.com/charmbracelet/glamour v0.8.0 github.com/fsnotify/fsnotify v1.7.0 diff --git a/go.sum b/go.sum index 0f99c886..09d507cb 100644 --- a/go.sum +++ b/go.sum @@ -25,8 +25,8 @@ github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1 github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY= github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY= github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4= -github.com/auth0/go-auth0 v1.12.1-0.20241202041512-cb28f03cf8bf h1:AwEELgmlvZ7KBriskTUxEMs88n1MRGfdW1bYV+0zS8g= -github.com/auth0/go-auth0 v1.12.1-0.20241202041512-cb28f03cf8bf/go.mod h1:G3oPT7sWjmM4mHbn6qkMYEsxnwm/5PnSbo0kpPLSS0E= +github.com/auth0/go-auth0 v1.13.0 h1:GA7WyGAzlKBQ2ctHcCZwVf0aiOvPd2PB3QagC5heQJg= +github.com/auth0/go-auth0 v1.13.0/go.mod h1:G3oPT7sWjmM4mHbn6qkMYEsxnwm/5PnSbo0kpPLSS0E= github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 h1:0NmehRCgyk5rljDQLKUO+cRJCnduDyn11+zGZIc9Z48= github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0/go.mod h1:6L7zgvqo0idzI7IO8de6ZC051AfXb5ipkIJ7bIA2tGA= github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k= diff --git a/internal/cli/data/universal-login/prompt-screen-settings.json b/internal/cli/data/universal-login/prompt-screen-settings.json index e724cdae..c585d9b6 100644 --- a/internal/cli/data/universal-login/prompt-screen-settings.json +++ b/internal/cli/data/universal-login/prompt-screen-settings.json @@ -1,8 +1,9 @@ { - "_comment1": "The rendering_mode could be either advanced or standard... default_head_tags_disabled is a toggle to override Universal Login default head tags... context_configuration are the set of Context values to make available(Refer docs for the possible values)... head_tags are the array of head tags)..", - "_comment2": "Note1: To update the rendering_mode to standard, only parse the rendering_mode field; no other fields are needed.", - "_comment3": "Note2: head_tags must contain at least one script tag", - "_comment4": "Only the declared fields will be updated, Rest stays same.", + "__doc1__": "The rendering_mode could be either advanced or standard... default_head_tags_disabled is a toggle to override Universal Login default head tags... context_configuration are the set of Context values to make available(Refer docs for the possible values)... head_tags are the array of head tags)..", + "__doc2__": "Note1: To update the rendering_mode to standard, only parse the rendering_mode field; no other fields are needed.", + "__doc3__": "Note2: head_tags must contain at least one script tag", + "__doc4__": "Only the declared fields will be updated, Rest stays same.", + "__doc5__": "See the docs for possible values", "rendering_mode": "advanced", "default_head_tags": false,