Skip to content

Commit

Permalink
Update go.mod in test pkg to latest cloud version to fix Teams assert…
Browse files Browse the repository at this point in the history
…ion (#1440)
  • Loading branch information
mszostok authored May 9, 2024
1 parent 3487564 commit a369516
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ require (
github.com/google/uuid v1.6.0
github.com/hasura/go-graphql-client v0.10.2
github.com/infracloudio/msbotbuilder-go v0.2.6-0.20231130085215-84d2040b3577
github.com/kubeshop/botkube v0.13.1-0.20240422102108-216a2f38b7dd
github.com/kubeshop/botkube-cloud/botkube-cloud-backend v0.0.0-20240422155202-e9ac9407823a
github.com/kubeshop/botkube v0.13.1-0.20240508144003-3487564b83a1
github.com/kubeshop/botkube-cloud/botkube-cloud-backend v0.0.0-20240508145541-6aa7480265af
github.com/markbates/errx v1.1.0
github.com/microsoftgraph/msgraph-sdk-go v1.31.0
github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1
Expand Down
4 changes: 2 additions & 2 deletions test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,8 @@ github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubeshop/botkube-cloud/botkube-cloud-backend v0.0.0-20240422155202-e9ac9407823a h1:Y15ERlsgBYD/XlFEwfVFYOPeEUAooPpns7CO0cxhcz0=
github.com/kubeshop/botkube-cloud/botkube-cloud-backend v0.0.0-20240422155202-e9ac9407823a/go.mod h1:Ggbu2gvDwQxQWHRKcV6JUeqvo+rsZ0k+ww6PV1LSNoo=
github.com/kubeshop/botkube-cloud/botkube-cloud-backend v0.0.0-20240508145541-6aa7480265af h1:ewFR7Y1fGCcG1YzQwpxL36tOUIJmDJK7aR/DMoFrPCQ=
github.com/kubeshop/botkube-cloud/botkube-cloud-backend v0.0.0-20240508145541-6aa7480265af/go.mod h1:qVsXQutuaUP+4eoSs4SCpVWvfZLWxs9yB459JclAAuk=
github.com/kubeshop/go-adaptive-cards v0.0.0-20231114223529-d6d8b980f0c8 h1:uTChAaS5OdD9gGXnafXMUhMo1gyyX2loCjoCyQr5mlg=
github.com/kubeshop/go-adaptive-cards v0.0.0-20231114223529-d6d8b980f0c8/go.mod h1:RtCzt65p/zEos6+zhiCFQmiaHmro6M63l9NP7xXx/Lg=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
Expand Down

0 comments on commit a369516

Please sign in to comment.