From 66124d27f323c6c30c2890ea429ab105d6669c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:43:06 +0000 Subject: [PATCH] chore(deps): bump github.com/appleboy/com from 0.4.0 to 1.1.1 Bumps [github.com/appleboy/com](https://github.com/appleboy/com) from 0.4.0 to 1.1.1. - [Release notes](https://github.com/appleboy/com/releases) - [Changelog](https://github.com/appleboy/com/blob/master/.goreleaser.yaml) - [Commits](https://github.com/appleboy/com/compare/v0.4.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/appleboy/com dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 1eda9da..7cf9e43 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ module github.com/golang-queue/queue -go 1.23.0 +go 1.24.0 require ( - github.com/appleboy/com v0.4.0 + github.com/appleboy/com v1.1.1 github.com/jpillora/backoff v1.0.0 github.com/stretchr/testify v1.10.0 go.uber.org/goleak v1.3.0 diff --git a/go.sum b/go.sum index 7f06370..9304413 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/appleboy/com v0.4.0 h1:z6Yx16K5nqnUrT5N40elwvcFFuCbIwJn80FeYXS1H4I= -github.com/appleboy/com v0.4.0/go.mod h1:IbC1mLvqcIYn2YVNJgAYB9XnhbUh1xYKsOzdEOy0n+c= +github.com/appleboy/com v1.1.1 h1:iqu+BzrEcO3Towwi4E0GDRLSEeMBix3gf3LRjn9h8ow= +github.com/appleboy/com v1.1.1/go.mod h1:WKU8+CaWcyLkpm0NLhGA8Wl/yGi3KXfTIXsp7T2ceZc= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= 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=