Skip to content

Commit

Permalink
update mtdb version
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Nov 3, 2024
1 parent 18c9672 commit fa2e766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/golang-migrate/migrate/v4 v4.17.1
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.3
github.com/minetest-go/mtdb v1.1.51
github.com/minetest-go/mtdb v1.1.52
github.com/oschwald/geoip2-golang v1.11.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,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/mtdb v1.1.51 h1:+TW7+t3+e1OZ9X468LJov5q4Fpso5XOj7fhizlWZUZk=
github.com/minetest-go/mtdb v1.1.51/go.mod h1:vsr1+/LcH8tbROXF40qWcuhmjoG2oIAkD1Wt+2sMR0s=
github.com/minetest-go/mtdb v1.1.52 h1:HWTnqVG6ozkZOr2nr8T1W4+S9j1UhJXXoA706k8NgHY=
github.com/minetest-go/mtdb v1.1.52/go.mod h1:JmyS0eIF/5yZADQT41+f14UktGmsJnXk07ou0yRkMcE=
github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=
github.com/moby/term v0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y=
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
Expand Down

0 comments on commit fa2e766

Please sign in to comment.