Skip to content

Commit dd39664

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

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
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.1
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
@@ -31,6 +31,7 @@ require (
3131
github.com/mattn/go-isatty v0.0.20 // indirect
3232
github.com/mattn/go-sqlite3 v1.14.16 // indirect
3333
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
34+
github.com/minetest-go/types v1.0.4 // indirect
3435
github.com/ncruces/go-strftime v0.1.9 // indirect
3536
github.com/pmezard/go-difflib v1.0.0 // indirect
3637
github.com/prometheus/client_model v0.5.0 // indirect
@@ -56,6 +57,4 @@ require (
5657
modernc.org/token v1.1.0 // indirect
5758
)
5859

59-
go 1.22
60-
61-
toolchain go1.22.4
60+
go 1.22.4

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ github.com/minetest-go/mapparser v0.1.8 h1:tmkno1Qi8nIdjQXJLlnq38uVGygZWA8i3ilre
7979
github.com/minetest-go/mapparser v0.1.8/go.mod h1:TcjEkPY9n0rBM+beSstw+Jje8nGl+LqFhiC00J6ihNw=
8080
github.com/minetest-go/mapparser v0.1.9 h1:mGjRwA2twJRyzSrYuJWvyNpEkO469K/Qun327v8rhwE=
8181
github.com/minetest-go/mapparser v0.1.9/go.mod h1:zE+JdqiicINR+kzZ4gS6BBh+vLVPQSwkYiEkG0A1Cys=
82+
github.com/minetest-go/mapparser v1.0.1 h1:dnvTE2ijHU3Bst9R1R7DnhP+eCF9cKbNhpJBTck1zek=
83+
github.com/minetest-go/mapparser v1.0.1/go.mod h1:xWGs8AH+fe1w8319UfUB4KbOXrIDLA7HIEWjZgxUch8=
84+
github.com/minetest-go/types v1.0.4 h1:SuM1UPXM2ocngJqZwlxZjnQVJEFxeMyk4bqlEw1BAj4=
85+
github.com/minetest-go/types v1.0.4/go.mod h1:QS2q8tKAiuBe2Rin880ARFt9VokYIJNZV4Z4kHAChU0=
8286
github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=
8387
github.com/moby/term v0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y=
8488
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=

0 commit comments

Comments
 (0)