File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/minetest-go/maprenderer
3
3
go 1.22.4
4
4
5
5
require (
6
- github.com/minetest-go/mapparser v1.0.1
6
+ github.com/minetest-go/mapparser v1.0.2
7
7
github.com/stretchr/testify v1.9.0
8
8
)
9
9
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ github.com/minetest-go/colormapping v1.0.5 h1:axZm0xbOz0RQEIFvZmbxr3kuvebYiG0AAA
19
19
github.com/minetest-go/colormapping v1.0.5 /go.mod h1:6UVusIQTqfWbcru5HTktWwB2BCNHUE3W0VkkRBaMfcw =
20
20
github.com/minetest-go/mapparser v1.0.1 h1:dnvTE2ijHU3Bst9R1R7DnhP+eCF9cKbNhpJBTck1zek =
21
21
github.com/minetest-go/mapparser v1.0.1 /go.mod h1:xWGs8AH+fe1w8319UfUB4KbOXrIDLA7HIEWjZgxUch8 =
22
+ github.com/minetest-go/mapparser v1.0.2 h1:gS+/gj5tAc8pFN9pus2tijJM68r+DY6DQ71W2alKIhs =
23
+ github.com/minetest-go/mapparser v1.0.2 /go.mod h1:xWGs8AH+fe1w8319UfUB4KbOXrIDLA7HIEWjZgxUch8 =
22
24
github.com/minetest-go/mtdb v1.1.48 h1:OWMbwH4Hq+RzK9UaW1nSIGWe2E+nZPGO5NDAZVdRWLw =
23
25
github.com/minetest-go/mtdb v1.1.48 /go.mod h1:q2f75o3GV/tAncOwctsQ/1JHFYhvSgKphzsnw5LWU24 =
24
26
github.com/minetest-go/types v1.0.4 h1:SuM1UPXM2ocngJqZwlxZjnQVJEFxeMyk4bqlEw1BAj4 =
You can’t perform that action at this time.
0 commit comments