Skip to content

Commit 98bc32e

Browse files
fix(deps): update module github.com/minetest-go/mapparser to v1
1 parent a7b5226 commit 98bc32e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Diff for: go.mod

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/lib/pq v1.10.9
88
github.com/minetest-go/areasparser v1.0.5
99
github.com/minetest-go/colormapping v1.0.5
10-
github.com/minetest-go/mapparser v0.1.9
10+
github.com/minetest-go/mapparser v1.0.3
1111
github.com/patrickmn/go-cache v2.1.0+incompatible
1212
github.com/prometheus/client_golang v1.19.1
1313
github.com/sirupsen/logrus v1.9.3
@@ -28,6 +28,7 @@ require (
2828
github.com/kr/text v0.2.0 // indirect
2929
github.com/mattn/go-isatty v0.0.20 // indirect
3030
github.com/mattn/go-sqlite3 v1.14.16 // indirect
31+
github.com/minetest-go/types v1.0.4 // indirect
3132
github.com/ncruces/go-strftime v0.1.9 // indirect
3233
github.com/pmezard/go-difflib v1.0.0 // indirect
3334
github.com/prometheus/client_model v0.5.0 // indirect
@@ -47,6 +48,6 @@ require (
4748
modernc.org/token v1.1.0 // indirect
4849
)
4950

50-
go 1.22
51+
go 1.22.4
5152

52-
toolchain go1.22.4
53+
toolchain go1.23.0

Diff for: go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ github.com/minetest-go/colormapping v1.0.5 h1:axZm0xbOz0RQEIFvZmbxr3kuvebYiG0AAA
5959
github.com/minetest-go/colormapping v1.0.5/go.mod h1:6UVusIQTqfWbcru5HTktWwB2BCNHUE3W0VkkRBaMfcw=
6060
github.com/minetest-go/mapparser v0.1.9 h1:mGjRwA2twJRyzSrYuJWvyNpEkO469K/Qun327v8rhwE=
6161
github.com/minetest-go/mapparser v0.1.9/go.mod h1:zE+JdqiicINR+kzZ4gS6BBh+vLVPQSwkYiEkG0A1Cys=
62+
github.com/minetest-go/mapparser v1.0.3 h1:FDMi+D9Ly1EH7GzsXjhslxLf3IrrW95Hahr+4l3PKi0=
63+
github.com/minetest-go/mapparser v1.0.3/go.mod h1:xWGs8AH+fe1w8319UfUB4KbOXrIDLA7HIEWjZgxUch8=
64+
github.com/minetest-go/types v1.0.4 h1:SuM1UPXM2ocngJqZwlxZjnQVJEFxeMyk4bqlEw1BAj4=
65+
github.com/minetest-go/types v1.0.4/go.mod h1:QS2q8tKAiuBe2Rin880ARFt9VokYIJNZV4Z4kHAChU0=
6266
github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=
6367
github.com/moby/term v0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y=
6468
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=

0 commit comments

Comments
 (0)