From bf53a473745da68c66a2ee05cd93fe2863b73e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 03:08:04 +0000 Subject: [PATCH] chore(deps): bump github.com/ory/x from 0.0.585 to 0.0.596 Bumps [github.com/ory/x](https://github.com/ory/x) from 0.0.585 to 0.0.596. - [Release notes](https://github.com/ory/x/releases) - [Commits](https://github.com/ory/x/compare/v0.0.585...v0.0.596) --- updated-dependencies: - dependency-name: github.com/ory/x dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index cf7ef1077..f36fb023d 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,7 @@ replace github.com/ory/keto/proto => ./proto require ( github.com/cenkalti/backoff/v3 v3.2.2 + github.com/dgraph-io/ristretto v0.1.1 github.com/ghodss/yaml v1.0.0 github.com/go-sql-driver/mysql v1.7.1 github.com/gobuffalo/httptest v1.5.2 @@ -19,7 +20,7 @@ require ( github.com/ory/herodot v0.10.3-0.20230626083119-d7e5192f0d88 github.com/ory/jsonschema/v3 v3.0.8 github.com/ory/keto/proto v0.11.1-alpha.0 - github.com/ory/x v0.0.585 + github.com/ory/x v0.0.596 github.com/pelletier/go-toml v1.9.5 github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 github.com/pkg/errors v0.9.1 @@ -64,7 +65,6 @@ require ( github.com/cockroachdb/cockroach-go/v2 v2.3.5 // indirect github.com/containerd/continuity v0.4.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/dgraph-io/ristretto v0.1.1 // indirect github.com/docker/cli v20.10.23+incompatible // indirect github.com/docker/distribution v2.8.2+incompatible // indirect github.com/docker/docker v20.10.24+incompatible // indirect diff --git a/go.sum b/go.sum index 4034996ab..35b3337cf 100644 --- a/go.sum +++ b/go.sum @@ -469,8 +469,8 @@ github.com/ory/herodot v0.10.3-0.20230626083119-d7e5192f0d88 h1:J0CIFKdpUeqKbVMw github.com/ory/herodot v0.10.3-0.20230626083119-d7e5192f0d88/go.mod h1:MMNmY6MG1uB6fnXYFaHoqdV23DTWctlPsmRCeq/2+wc= github.com/ory/jsonschema/v3 v3.0.8 h1:Ssdb3eJ4lDZ/+XnGkvQS/te0p+EkolqwTsDOCxr/FmU= github.com/ory/jsonschema/v3 v3.0.8/go.mod h1:ZPzqjDkwd3QTnb2Z6PAS+OTvBE2x5i6m25wCGx54W/0= -github.com/ory/x v0.0.585 h1:lmZyPYNSoQb2hIKFSjGbKfHcTvlJIg5Vs6V7SX6VGTg= -github.com/ory/x v0.0.585/go.mod h1:tgk6em/hJrDRmWAlM2g1hSNnE6rmCOk4eQ/q53/2kZc= +github.com/ory/x v0.0.596 h1:4LtOTPEpIImT/AH6j1zvEiqvwAvXZkSUY7uWe6kNMAY= +github.com/ory/x v0.0.596/go.mod h1:ksLBEd6iW6czGpE6eNA0gCIxO1FFeqIxCZgsgwNrzMM= github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8= github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/pelletier/go-toml/v2 v2.0.9 h1:uH2qQXheeefCCkuBBSLi7jCiSmj3VRh2+Goq2N7Xxu0=