From 029a036762f7de9332c48ae9b30a44c6f6d13a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:36:44 +0000 Subject: [PATCH] Bump github.com/minetest-go/types from 1.0.4 to 1.0.6 Bumps [github.com/minetest-go/types](https://github.com/minetest-go/types) from 1.0.4 to 1.0.6. - [Commits](https://github.com/minetest-go/types/compare/v1.0.4...v1.0.6) --- updated-dependencies: - dependency-name: github.com/minetest-go/types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index b57e2f0..2666589 100644 --- a/go.mod +++ b/go.mod @@ -4,4 +4,4 @@ go 1.22.4 require github.com/klauspost/compress v1.16.0 -require github.com/minetest-go/types v1.0.4 +require github.com/minetest-go/types v1.0.6 diff --git a/go.sum b/go.sum index 2151565..0831f1f 100644 --- a/go.sum +++ b/go.sum @@ -2,10 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/klauspost/compress v1.16.0 h1:iULayQNOReoYUe+1qtKOqw9CwJv3aNQu8ivo7lw1HU4= github.com/klauspost/compress v1.16.0/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE= -github.com/minetest-go/types v1.0.2 h1:lHU9frnlgtWO3XFIVxO5X3Gi+y07gV+guREglqnwDJM= -github.com/minetest-go/types v1.0.2/go.mod h1:QS2q8tKAiuBe2Rin880ARFt9VokYIJNZV4Z4kHAChU0= -github.com/minetest-go/types v1.0.4 h1:SuM1UPXM2ocngJqZwlxZjnQVJEFxeMyk4bqlEw1BAj4= -github.com/minetest-go/types v1.0.4/go.mod h1:QS2q8tKAiuBe2Rin880ARFt9VokYIJNZV4Z4kHAChU0= +github.com/minetest-go/types v1.0.6 h1:s4a8ZzxYbTMYvVIiNw0spWtcaVJDqOnEBUKSriiFMvE= +github.com/minetest-go/types v1.0.6/go.mod h1:QS2q8tKAiuBe2Rin880ARFt9VokYIJNZV4Z4kHAChU0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=