From e53006e1524cef0f024d8095dc4f319b89847289 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:46:08 +0000 Subject: [PATCH 1/2] Update module github.com/descope/go-sdk to v1.6.8 (#485) Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com> --- descope/gin/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/descope/gin/go.mod b/descope/gin/go.mod index a72c6409..7482dc05 100644 --- a/descope/gin/go.mod +++ b/descope/gin/go.mod @@ -3,7 +3,7 @@ module github.com/descope/go-sdk/descope/gin go 1.18 require ( - github.com/descope/go-sdk v1.6.5 + github.com/descope/go-sdk v1.6.8 github.com/gin-gonic/gin v1.9.1 ) From 5306a4d9b8a9870a85640dce2d2cd5cf96a98cb9 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:46:35 +0000 Subject: [PATCH 2/2] Update module github.com/stretchr/testify to v1.10.0 (#486) Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9f0e84c6..e3edf8d7 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/lestrrat-go/jwx/v2 v2.0.21 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 golang.org/x/exp v0.0.0-20220921023135-46d9e7742f1e ) diff --git a/go.sum b/go.sum index 475eb884..ed3c9ae6 100644 --- a/go.sum +++ b/go.sum @@ -24,8 +24,8 @@ github.com/segmentio/asm v1.2.0/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= -github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA= golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs= golang.org/x/exp v0.0.0-20220921023135-46d9e7742f1e h1:Ctm9yurWsg7aWwIpH9Bnap/IdSVxixymIb3MhiMEQQA=