Skip to content

Commit

Permalink
fix cdb oauth (master)
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Jan 6, 2025
1 parent 0e92630 commit a8077c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit a8077c6

Please sign in to comment.