From 69ac2229e61bd4a3ea37842562d5493710744169 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:29:15 +0000 Subject: [PATCH] chore(deps): update golang indirect dependendies --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index eaf537d..b4a99c5 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/stretchr/testify v1.10.0 ) -require github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect +require github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect require ( github.com/ProtonMail/go-crypto v1.1.3 // indirect @@ -50,7 +50,7 @@ require ( github.com/kr/pretty v0.3.1 // indirect github.com/lestrrat-go/blackmagic v1.0.2 // indirect github.com/lestrrat-go/httpcc v1.0.1 // indirect - github.com/lestrrat-go/httprc v1.0.6 // indirect + github.com/lestrrat-go/httprc/v2 v2.0.0 // indirect github.com/lestrrat-go/iter v1.0.2 // indirect github.com/lestrrat-go/jwx/v2 v2.1.3 // indirect github.com/lestrrat-go/option v1.0.1 // indirect @@ -76,7 +76,7 @@ require ( golang.org/x/sys v0.28.0 // indirect golang.org/x/text v0.21.0 // indirect golang.org/x/tools v0.27.0 // indirect - google.golang.org/appengine v1.6.8 // indirect + google.golang.org/appengine/v2 v2.0.6 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect google.golang.org/grpc v1.68.0 // indirect google.golang.org/protobuf v1.35.2 // indirect