Skip to content

Commit

Permalink
chore(deps): bump github.com/appleboy/com from 0.1.7 to 0.2.1
Browse files Browse the repository at this point in the history
Bumps [github.com/appleboy/com](https://github.com/appleboy/com) from 0.1.7 to 0.2.1.
- [Release notes](https://github.com/appleboy/com/releases)
- [Changelog](https://github.com/appleboy/com/blob/master/.goreleaser.yaml)
- [Commits](appleboy/com@v0.1.7...v0.2.1)

---
updated-dependencies:
- dependency-name: github.com/appleboy/com
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent ee5b6a2 commit b0837f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/golang-queue/queue
go 1.20

require (
github.com/appleboy/com v0.1.7
github.com/appleboy/com v0.2.1
github.com/jpillora/backoff v1.0.0
github.com/stretchr/testify v1.8.4
go.uber.org/goleak v1.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/appleboy/com v0.1.7 h1:4lYTFNoMAAXGGIC8lDxVg/NY+1aXbYqfAWN05cZhd0M=
github.com/appleboy/com v0.1.7/go.mod h1:JUK+oH0SXCLRH57pDMJx6VWVsm8CPdajalmRSWwamBE=
github.com/appleboy/com v0.2.1 h1:dHAHauX3eYDuheAahI83HIGFxpi0SEb2ZAu9EZ9hbUM=
github.com/appleboy/com v0.2.1/go.mod h1:kByEI3/vzI5GM1+O5QdBHLsXaOsmFsJcOpCSgASi4sg=
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=
Expand Down

0 comments on commit b0837f7

Please sign in to comment.