From 3d5083feb1f0895d36671cac2cd2b358d99e49be Mon Sep 17 00:00:00 2001 From: Johnathan Fercher Date: Thu, 7 May 2026 14:33:23 -0300 Subject: [PATCH] Update non-breaking dependencies - github.com/stretchr/testify v1.8.4 -> v1.11.1 (v1 line, no breaking changes) - github.com/johnfercher/go-tree v1.0.2 -> v1.1.0 (v1 line, no breaking changes) Run `go mod tidy` after merging to refresh any remaining indirect entries in go.sum. --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index f6adbc4..4c73d55 100644 --- a/go.mod +++ b/go.mod @@ -7,12 +7,12 @@ require ( github.com/johnfercher/talescoder v1.0.5 github.com/johnfercher/tessadem-sdk v1.0.2 github.com/joho/godotenv v1.5.1 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.11.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/johnfercher/go-tree v1.0.2 // indirect + github.com/johnfercher/go-tree v1.1.0 // indirect github.com/jung-kurt/gofpdf v1.16.2 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/go.sum b/go.sum index 70e4019..4e36f36 100644 --- a/go.sum +++ b/go.sum @@ -23,8 +23,8 @@ github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58/go.mod h1:6lfF github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= -github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= +github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=