From a8077c6041d442f92c75b34dbfc1ca1e198ac8bb Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Mon, 6 Jan 2025 17:49:15 +0100 Subject: [PATCH] fix cdb oauth (master) --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9ad7999f..738a8ff1 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/lib/pq v1.10.9 github.com/minetest-go/colormapping v1.0.5 github.com/minetest-go/maprenderer v1.0.23 - github.com/minetest-go/oauth v1.0.1 + github.com/minetest-go/oauth v1.0.2 github.com/minetest-go/types v1.0.7 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 github.com/prometheus/client_golang v1.20.5 diff --git a/go.sum b/go.sum index 175c9d86..6e536eac 100644 --- a/go.sum +++ b/go.sum @@ -88,6 +88,8 @@ github.com/minetest-go/maprenderer v1.0.23 h1:oOP396tWJasV7eU4g0hBx4WsB350qmmey4 github.com/minetest-go/maprenderer v1.0.23/go.mod h1:1sXL5WYdf37QKpc9kLAl4Acl671jfV9YLKgcIBKXfy8= github.com/minetest-go/oauth v1.0.1 h1:JJqZ7mkWxkQodTeqDdwqJAwxMkV8cq1TRcNwPtchWzQ= github.com/minetest-go/oauth v1.0.1/go.mod h1:P4PS5ubffPFwqKnmu3+k9KkIqn0XffO2VGkTn1XzgEY= +github.com/minetest-go/oauth v1.0.2 h1:gZW0f/wmiqclWco3sbQCOZ325qh97Y6GgqBX3578Asc= +github.com/minetest-go/oauth v1.0.2/go.mod h1:P4PS5ubffPFwqKnmu3+k9KkIqn0XffO2VGkTn1XzgEY= github.com/minetest-go/types v1.0.7 h1:McQVnHQysqXegJbHnVl66TOS/172yi5b70sosWRCvuk= github.com/minetest-go/types v1.0.7/go.mod h1:QS2q8tKAiuBe2Rin880ARFt9VokYIJNZV4Z4kHAChU0= github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=