Skip to content

Commit aeffbc2

Browse files
chore(deps): bump github.com/appleboy/com from 0.1.7 to 0.2.0
Bumps [github.com/appleboy/com](https://github.com/appleboy/com) from 0.1.7 to 0.2.0. - [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.0) --- 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]>
1 parent ee5b6a2 commit aeffbc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/golang-queue/queue
33
go 1.20
44

55
require (
6-
github.com/appleboy/com v0.1.7
6+
github.com/appleboy/com v0.2.0
77
github.com/jpillora/backoff v1.0.0
88
github.com/stretchr/testify v1.8.4
99
go.uber.org/goleak v1.2.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/appleboy/com v0.1.7 h1:4lYTFNoMAAXGGIC8lDxVg/NY+1aXbYqfAWN05cZhd0M=
2-
github.com/appleboy/com v0.1.7/go.mod h1:JUK+oH0SXCLRH57pDMJx6VWVsm8CPdajalmRSWwamBE=
1+
github.com/appleboy/com v0.2.0 h1:0sggtDLRzh9eP8wATOTvbYzjulufRI+vuLbxJilgyHI=
2+
github.com/appleboy/com v0.2.0/go.mod h1:xlUTmT+fAy+HeLWdWX/saBEMbmkQzaVAqB1xC70Oys4=
33
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
44
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
55
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)