File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/lib/pq v1.10.9
8
8
github.com/minetest-go/areasparser v1.0.5
9
9
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.4
11
11
github.com/patrickmn/go-cache v2.1.0+incompatible
12
12
github.com/prometheus/client_golang v1.19.1
13
13
github.com/sirupsen/logrus v1.9.3
@@ -28,6 +28,7 @@ require (
28
28
github.com/kr/text v0.2.0 // indirect
29
29
github.com/mattn/go-isatty v0.0.20 // indirect
30
30
github.com/mattn/go-sqlite3 v1.14.16 // indirect
31
+ github.com/minetest-go/types v1.0.7 // indirect
31
32
github.com/ncruces/go-strftime v0.1.9 // indirect
32
33
github.com/pmezard/go-difflib v1.0.0 // indirect
33
34
github.com/prometheus/client_model v0.5.0 // indirect
@@ -47,6 +48,6 @@ require (
47
48
modernc.org/token v1.1.0 // indirect
48
49
)
49
50
50
- go 1.22
51
+ go 1.22.4
51
52
52
53
toolchain go1.24.2
Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ github.com/minetest-go/colormapping v1.0.5 h1:axZm0xbOz0RQEIFvZmbxr3kuvebYiG0AAA
59
59
github.com/minetest-go/colormapping v1.0.5 /go.mod h1:6UVusIQTqfWbcru5HTktWwB2BCNHUE3W0VkkRBaMfcw =
60
60
github.com/minetest-go/mapparser v0.1.9 h1:mGjRwA2twJRyzSrYuJWvyNpEkO469K/Qun327v8rhwE =
61
61
github.com/minetest-go/mapparser v0.1.9 /go.mod h1:zE+JdqiicINR+kzZ4gS6BBh+vLVPQSwkYiEkG0A1Cys =
62
+ github.com/minetest-go/mapparser v1.0.4 h1:JSO0JHWs6N0TB/C4cVuh58MrpO2tWV+6xdh7FYdl1hk =
63
+ github.com/minetest-go/mapparser v1.0.4 /go.mod h1:h0BJu8y5cBLOD+oe9YYyF2nRZdJlQ+cA6F8YmzZpHXM =
64
+ github.com/minetest-go/types v1.0.7 h1:McQVnHQysqXegJbHnVl66TOS/172yi5b70sosWRCvuk =
65
+ github.com/minetest-go/types v1.0.7 /go.mod h1:QS2q8tKAiuBe2Rin880ARFt9VokYIJNZV4Z4kHAChU0 =
62
66
github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0 =
63
67
github.com/moby/term v0.5.0 /go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y =
64
68
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A =
You can’t perform that action at this time.
0 commit comments