Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit c1d56f1

Browse files
go.mod: bump github.com/atc0005/go-teams-notify/v2 from 2.8.0 to 2.9.0
Bumps [github.com/atc0005/go-teams-notify/v2](https://github.com/atc0005/go-teams-notify) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/atc0005/go-teams-notify/releases) - [Changelog](https://github.com/atc0005/go-teams-notify/blob/master/CHANGELOG.md) - [Commits](atc0005/go-teams-notify@v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: github.com/atc0005/go-teams-notify/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 959e166 commit c1d56f1

File tree

9 files changed

+66
-18
lines changed

9 files changed

+66
-18
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/alexflint/go-arg v1.4.3
2626
github.com/apex/log v1.9.0
2727
github.com/atc0005/go-ezproxy v0.1.8
28-
github.com/atc0005/go-teams-notify/v2 v2.8.0
28+
github.com/atc0005/go-teams-notify/v2 v2.9.0
2929
github.com/pelletier/go-toml/v2 v2.1.1
3030
)
3131

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ github.com/aphistic/golf v0.0.0-20180712155816-02c07f170c5a/go.mod h1:3NqKYiepwy
1212
github.com/aphistic/sweet v0.2.0/go.mod h1:fWDlIh/isSE9n6EPsRmC0det+whmX6dJid3stzu0Xys=
1313
github.com/atc0005/go-ezproxy v0.1.8 h1:E4HxjqONvShmk5Gfavzb8LU0EnStNSPanSAsI2B7YnU=
1414
github.com/atc0005/go-ezproxy v0.1.8/go.mod h1:yAISa+7/XoUib5EbE9pOxkwZutG/KOEuoI/JNeUOgrU=
15-
github.com/atc0005/go-teams-notify/v2 v2.8.0 h1:971J5qivrzBbYMDAdmW7v9s7W2u2jiIRVcY+LaIJqww=
16-
github.com/atc0005/go-teams-notify/v2 v2.8.0/go.mod h1:SIeE1UfCcVRYMqP5b+r1ZteHyA/2UAjzWF5COnZ8q0w=
15+
github.com/atc0005/go-teams-notify/v2 v2.9.0 h1:VkZm1LSotDxvooLYabdM8TcRh0hFU8/iIP1JvChs0Y4=
16+
github.com/atc0005/go-teams-notify/v2 v2.9.0/go.mod h1:SIeE1UfCcVRYMqP5b+r1ZteHyA/2UAjzWF5COnZ8q0w=
1717
github.com/aws/aws-sdk-go v1.20.6/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
1818
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59/go.mod h1:q/89r3U2H7sSsE2t6Kca0lfwTK8JdoNGS/yzM/4iH5I=
1919
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

vendor/github.com/atc0005/go-teams-notify/v2/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/atc0005/go-teams-notify/v2/README.md

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/atc0005/go-teams-notify/v2/messagecard.go

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/atc0005/go-teams-notify/v2/messagecard/doc.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/atc0005/go-teams-notify/v2/messagecard/format.go

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/atc0005/go-teams-notify/v2/messagecard/messagecard.go

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ github.com/apex/log/handlers/text
1919
## explicit; go 1.19
2020
github.com/atc0005/go-ezproxy
2121
github.com/atc0005/go-ezproxy/activefile
22-
# github.com/atc0005/go-teams-notify/v2 v2.8.0
22+
# github.com/atc0005/go-teams-notify/v2 v2.9.0
2323
## explicit; go 1.14
2424
github.com/atc0005/go-teams-notify/v2
2525
github.com/atc0005/go-teams-notify/v2/messagecard

0 commit comments

Comments
 (0)