1
0
forked from MTSR/mapserver

fix(deps): update module github.com/minetest-go/colormapping to v1.0.5

This commit is contained in:
renovate[bot] 2024-06-21 16:43:16 +00:00 committed by Buckaroo Banzai
parent 9176638f20
commit 658a3cc9e0
2 changed files with 6 additions and 2 deletions

6
go.mod
View File

@ -6,7 +6,7 @@ require (
github.com/gorilla/websocket v1.5.1
github.com/lib/pq v1.10.9
github.com/minetest-go/areasparser v1.0.5
github.com/minetest-go/colormapping v1.0.3
github.com/minetest-go/colormapping v1.0.5
github.com/minetest-go/mapparser v0.1.8
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.18.0
@ -56,4 +56,6 @@ require (
modernc.org/token v1.1.0 // indirect
)
go 1.21
go 1.22
toolchain go1.22.4

2
go.sum
View File

@ -67,6 +67,8 @@ github.com/minetest-go/areasparser v1.0.5 h1:kyfb7mk4S7Gvx5N42uJK8ze3BAbfj8uyLsv
github.com/minetest-go/areasparser v1.0.5/go.mod h1:NvohBk60WBrAbfvgmJccCEblz9I/Ygba4k9V81rwoNc=
github.com/minetest-go/colormapping v1.0.3 h1:aQNCORujsKJVqfVBwhrH0T5OLRqW/mN07dAbrhE08+o=
github.com/minetest-go/colormapping v1.0.3/go.mod h1:arMBjO6+z8+yhLvrsX4tCnYq5fzGcPFUOj/4Xb78Ktc=
github.com/minetest-go/colormapping v1.0.5 h1:axZm0xbOz0RQEIFvZmbxr3kuvebYiG0AAADPr8/ZQfg=
github.com/minetest-go/colormapping v1.0.5/go.mod h1:6UVusIQTqfWbcru5HTktWwB2BCNHUE3W0VkkRBaMfcw=
github.com/minetest-go/mapparser v0.1.8 h1:tmkno1Qi8nIdjQXJLlnq38uVGygZWA8i3ilre/bB9W8=
github.com/minetest-go/mapparser v0.1.8/go.mod h1:TcjEkPY9n0rBM+beSstw+Jje8nGl+LqFhiC00J6ihNw=
github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=