From 246d0bcfa2b62ba815b61192d80e95185baf0fda Mon Sep 17 00:00:00 2001 From: aeneasr Date: Thu, 8 Nov 2018 10:33:06 +0100 Subject: [PATCH] vendor: Update fosite to 0.27.3 --- go.mod | 2 +- go.sum | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e84426b58d..e53f58293c 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/oleiade/reflections v1.0.0 github.com/opentracing/opentracing-go v1.0.2 github.com/ory/dockertest v3.3.2+incompatible - github.com/ory/fosite v0.27.1 + github.com/ory/fosite v0.27.3 github.com/ory/go-convenience v0.1.0 github.com/ory/graceful v0.1.0 github.com/ory/herodot v0.4.1 diff --git a/go.sum b/go.sum index d3ef1cce5c..30ab20114b 100644 --- a/go.sum +++ b/go.sum @@ -148,6 +148,9 @@ github.com/ory/fosite v0.27.0 h1:QYHW+asgRRIw5uk8a42/VpiwMQqQMPwZ4TP4xKNIMEA= github.com/ory/fosite v0.27.0/go.mod h1:uttCRNB0lM7+BJFX7CC8Bqo9gAPrcpmA9Ezc80Trwuw= github.com/ory/fosite v0.27.1 h1:u6IUOY4FStOZVpxxAe9ZDL/D0uM5VkVFthpx8PrAdB8= github.com/ory/fosite v0.27.1/go.mod h1:uttCRNB0lM7+BJFX7CC8Bqo9gAPrcpmA9Ezc80Trwuw= +github.com/ory/fosite v0.27.2/go.mod h1:uttCRNB0lM7+BJFX7CC8Bqo9gAPrcpmA9Ezc80Trwuw= +github.com/ory/fosite v0.27.3 h1:+LekWjYNN9jZW6MMOan84Y4I6wFshOZEHCxJo16p/QY= +github.com/ory/fosite v0.27.3/go.mod h1:uttCRNB0lM7+BJFX7CC8Bqo9gAPrcpmA9Ezc80Trwuw= github.com/ory/go-convenience v0.1.0 h1:zouLKfF2GoSGnJwGq+PE/nJAE6dj2Zj5QlTgmMTsTS8= github.com/ory/go-convenience v0.1.0/go.mod h1:uEY/a60PL5c12nYz4V5cHY03IBmwIAEm8TWB0yn9KNs= github.com/ory/graceful v0.1.0 h1:zilpYtcR5vp4GubV4bN2GFJewHaSkMFnnRiJxyH8FAc=