From 01127226d4d5b9172f3e2b24d25fdf452dce0b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:43:02 +0200 Subject: [PATCH] chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /code-examples/identity/sign-in/check-session/go (#1573) chore(deps): bump golang.org/x/net Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- code-examples/identity/sign-in/check-session/go/go.mod | 2 +- code-examples/identity/sign-in/check-session/go/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code-examples/identity/sign-in/check-session/go/go.mod b/code-examples/identity/sign-in/check-session/go/go.mod index 1716505e5..830091fb6 100644 --- a/code-examples/identity/sign-in/check-session/go/go.mod +++ b/code-examples/identity/sign-in/check-session/go/go.mod @@ -6,7 +6,7 @@ require github.com/ory/client-go v1.0.2 require ( github.com/golang/protobuf v1.5.2 // indirect - golang.org/x/net v0.7.0 // indirect + golang.org/x/net v0.17.0 // indirect golang.org/x/oauth2 v0.2.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.28.0 // indirect diff --git a/code-examples/identity/sign-in/check-session/go/go.sum b/code-examples/identity/sign-in/check-session/go/go.sum index e2ff65820..42dbdbaac 100644 --- a/code-examples/identity/sign-in/check-session/go/go.sum +++ b/code-examples/identity/sign-in/check-session/go/go.sum @@ -8,8 +8,8 @@ github.com/ory/client-go v1.0.2 h1:lJwQLsl11ejHpdo5w/CTGQXvFbZT4YowxPAd3V6fcfU= github.com/ory/client-go v1.0.2/go.mod h1:EaImv2Z/vJ/QzMt75M4lCu4AlEJW10wYmpJ7iGC1rpM= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= -golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g= -golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM= +golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE= golang.org/x/oauth2 v0.2.0 h1:GtQkldQ9m7yvzCL1V+LrYow3Khe0eJH0w7RbX/VbaIU= golang.org/x/oauth2 v0.2.0/go.mod h1:Cwn6afJ8jrQwYMxQDTpISoXmXW9I6qF6vDeuuoX3Ibs= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=