Skip to content

Commit a369516

Browse files
authored
Update go.mod in test pkg to latest cloud version to fix Teams assertion (#1440)
1 parent 3487564 commit a369516

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ require (
1414
github.com/google/uuid v1.6.0
1515
github.com/hasura/go-graphql-client v0.10.2
1616
github.com/infracloudio/msbotbuilder-go v0.2.6-0.20231130085215-84d2040b3577
17-
github.com/kubeshop/botkube v0.13.1-0.20240422102108-216a2f38b7dd
18-
github.com/kubeshop/botkube-cloud/botkube-cloud-backend v0.0.0-20240422155202-e9ac9407823a
17+
github.com/kubeshop/botkube v0.13.1-0.20240508144003-3487564b83a1
18+
github.com/kubeshop/botkube-cloud/botkube-cloud-backend v0.0.0-20240508145541-6aa7480265af
1919
github.com/markbates/errx v1.1.0
2020
github.com/microsoftgraph/msgraph-sdk-go v1.31.0
2121
github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1

test/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -852,8 +852,8 @@ github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA=
852852
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
853853
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
854854
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
855-
github.com/kubeshop/botkube-cloud/botkube-cloud-backend v0.0.0-20240422155202-e9ac9407823a h1:Y15ERlsgBYD/XlFEwfVFYOPeEUAooPpns7CO0cxhcz0=
856-
github.com/kubeshop/botkube-cloud/botkube-cloud-backend v0.0.0-20240422155202-e9ac9407823a/go.mod h1:Ggbu2gvDwQxQWHRKcV6JUeqvo+rsZ0k+ww6PV1LSNoo=
855+
github.com/kubeshop/botkube-cloud/botkube-cloud-backend v0.0.0-20240508145541-6aa7480265af h1:ewFR7Y1fGCcG1YzQwpxL36tOUIJmDJK7aR/DMoFrPCQ=
856+
github.com/kubeshop/botkube-cloud/botkube-cloud-backend v0.0.0-20240508145541-6aa7480265af/go.mod h1:qVsXQutuaUP+4eoSs4SCpVWvfZLWxs9yB459JclAAuk=
857857
github.com/kubeshop/go-adaptive-cards v0.0.0-20231114223529-d6d8b980f0c8 h1:uTChAaS5OdD9gGXnafXMUhMo1gyyX2loCjoCyQr5mlg=
858858
github.com/kubeshop/go-adaptive-cards v0.0.0-20231114223529-d6d8b980f0c8/go.mod h1:RtCzt65p/zEos6+zhiCFQmiaHmro6M63l9NP7xXx/Lg=
859859
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=

0 commit comments

Comments
 (0)