From 94f1d7725f1fb4597669a33d6b9c542e0889a33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 03:52:54 +0000 Subject: [PATCH] Bump github.com/tetafro/godot from 1.4.16 to 1.4.18 Bumps [github.com/tetafro/godot](https://github.com/tetafro/godot) from 1.4.16 to 1.4.18. - [Release notes](https://github.com/tetafro/godot/releases) - [Changelog](https://github.com/tetafro/godot/blob/master/.goreleaser.yml) - [Commits](https://github.com/tetafro/godot/compare/v1.4.16...v1.4.18) --- updated-dependencies: - dependency-name: github.com/tetafro/godot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 672d0e7..2e251e9 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/polyfloyd/go-errorlint v1.5.0 github.com/remyoudompheng/go-misc v0.0.0-20190427085024-2d6ac652a50e github.com/rogpeppe/go-internal v1.12.0 - github.com/tetafro/godot v1.4.16 + github.com/tetafro/godot v1.4.18 github.com/tomarrell/wrapcheck/v2 v2.9.0 github.com/ultraware/whitespace v0.1.0 gitlab.com/bosi/decorder v0.4.1 diff --git a/go.sum b/go.sum index 5104f7f..2e7d8ac 100644 --- a/go.sum +++ b/go.sum @@ -217,8 +217,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= -github.com/tetafro/godot v1.4.16 h1:4ChfhveiNLk4NveAZ9Pu2AN8QZ2nkUGFuadM9lrr5D0= -github.com/tetafro/godot v1.4.16/go.mod h1:2oVxTBSftRTh4+MVfUaUXR6bn2GDXCaMcOG4Dk3rfio= +github.com/tetafro/godot v1.4.18 h1:ouX3XGiziKDypbpXqShBfnNLTSjR8r3/HVzrtJ+bHlI= +github.com/tetafro/godot v1.4.18/go.mod h1:2oVxTBSftRTh4+MVfUaUXR6bn2GDXCaMcOG4Dk3rfio= github.com/tomarrell/wrapcheck/v2 v2.9.0 h1:801U2YCAjLhdN8zhZ/7tdjB3EnAoRlJHt/s+9hijLQ4= github.com/tomarrell/wrapcheck/v2 v2.9.0/go.mod h1:g9vNIyhb5/9TQgumxQyOEqDHsmGYcGsVMOx/xGkqdMo= github.com/ultraware/whitespace v0.1.0 h1:O1HKYoh0kIeqE8sFqZf1o0qbORXUCOQFrlaQyZsczZw=