diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b634c9..cc9ccdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,112 +1,112 @@ # Changelog -## [v0.2.5](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.5) (2021-10-19) +## [v0.2.5](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.2.5) (2021-10-19) -[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.2.4...v0.2.5) +[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/v0.2.4...v0.2.5) **Closed issues:** -- Breaking change in latest github.com/lestrrat-go/jwx [\#41](https://github.com/infracloudio/msbotbuilder-go/issues/41) +- Breaking change in latest github.com/lestrrat-go/jwx [\#41](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/41) **Merged pull requests:** -- Migrate dgrijalva/jwt dep to golang-jwt/jwt/v4 [\#62](https://github.com/infracloudio/msbotbuilder-go/pull/62) ([PrasadG193](https://github.com/PrasadG193)) -- Create codeql-analysis.yml [\#61](https://github.com/infracloudio/msbotbuilder-go/pull/61) ([PrasadG193](https://github.com/PrasadG193)) +- Migrate dgrijalva/jwt dep to golang-jwt/jwt/v4 [\#62](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/62) ([PrasadG193](https://github.com/PrasadG193)) +- Create codeql-analysis.yml [\#61](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/61) ([PrasadG193](https://github.com/PrasadG193)) -## [v0.2.4](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.4) (2021-04-18) +## [v0.2.4](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.2.4) (2021-04-18) -[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.2.3...v0.2.4) +[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/v0.2.3...v0.2.4) **Merged pull requests:** -- Remove redundant print statement [\#60](https://github.com/infracloudio/msbotbuilder-go/pull/60) ([PrasadG193](https://github.com/PrasadG193)) +- Remove redundant print statement [\#60](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/60) ([PrasadG193](https://github.com/PrasadG193)) -## [v0.2.3](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.3) (2021-04-18) +## [v0.2.3](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.2.3) (2021-04-18) -[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.2.2...v0.2.3) +[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/v0.2.2...v0.2.3) **Fixed bugs:** -- Echobot sample returns an error [\#38](https://github.com/infracloudio/msbotbuilder-go/issues/38) +- Echobot sample returns an error [\#38](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/38) **Closed issues:** -- Failed to parse request. Authentication failed.: Unauthorized. Invalid AppId passed on token [\#54](https://github.com/infracloudio/msbotbuilder-go/issues/54) -- Add support to Update an activity [\#35](https://github.com/infracloudio/msbotbuilder-go/issues/35) +- Failed to parse request. Authentication failed.: Unauthorized. Invalid AppId passed on token [\#54](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/54) +- Add support to Update an activity [\#35](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/35) **Merged pull requests:** -- Added support for activity update [\#51](https://github.com/infracloudio/msbotbuilder-go/pull/51) ([sbawaskar](https://github.com/sbawaskar)) +- Added support for activity update [\#51](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/51) ([sbawaskar](https://github.com/sbawaskar)) -## [v0.2.2](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.2) (2020-09-16) +## [v0.2.2](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.2.2) (2020-09-16) -[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.2.1...v0.2.2) +[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/v0.2.1...v0.2.2) **Closed issues:** -- Conversation update activity handler failing with infinite loop [\#47](https://github.com/infracloudio/msbotbuilder-go/issues/47) -- Need a way to mock authentication [\#46](https://github.com/infracloudio/msbotbuilder-go/issues/46) +- Conversation update activity handler failing with infinite loop [\#47](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/47) +- Need a way to mock authentication [\#46](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/46) **Merged pull requests:** -- Added test case with mock server [\#49](https://github.com/infracloudio/msbotbuilder-go/pull/49) ([sbawaskar](https://github.com/sbawaskar)) -- Fixed conversation update activity handler failing with infinite loop \#47 [\#48](https://github.com/infracloudio/msbotbuilder-go/pull/48) ([sbawaskar](https://github.com/sbawaskar)) +- Added test case with mock server [\#49](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/49) ([sbawaskar](https://github.com/sbawaskar)) +- Fixed conversation update activity handler failing with infinite loop \#47 [\#48](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/48) ([sbawaskar](https://github.com/sbawaskar)) -## [v0.2.1](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.1) (2020-07-26) +## [v0.2.1](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.2.1) (2020-07-26) -[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.2.0...v0.2.1) +[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/v0.2.0...v0.2.1) **Closed issues:** -- 404 Not Found [\#44](https://github.com/infracloudio/msbotbuilder-go/issues/44) -- Add support to Delete activity [\#34](https://github.com/infracloudio/msbotbuilder-go/issues/34) -- Realese 0.1.1 [\#29](https://github.com/infracloudio/msbotbuilder-go/issues/29) +- 404 Not Found [\#44](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/44) +- Add support to Delete activity [\#34](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/34) +- Realese 0.1.1 [\#29](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/29) **Merged pull requests:** -- Use github\_changelog\_generator 1.15.2 for release [\#45](https://github.com/infracloudio/msbotbuilder-go/pull/45) ([PrasadG193](https://github.com/PrasadG193)) -- Added conversation update activity handler [\#42](https://github.com/infracloudio/msbotbuilder-go/pull/42) ([PrasadG193](https://github.com/PrasadG193)) -- Add support to Delete Activity by ID [\#37](https://github.com/infracloudio/msbotbuilder-go/pull/37) ([PrasadG193](https://github.com/PrasadG193)) +- Use github\_changelog\_generator 1.15.2 for release [\#45](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/45) ([PrasadG193](https://github.com/PrasadG193)) +- Added conversation update activity handler [\#42](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/42) ([PrasadG193](https://github.com/PrasadG193)) +- Add support to Delete Activity by ID [\#37](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/37) ([PrasadG193](https://github.com/PrasadG193)) -## [v0.2.0](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.0) (2020-03-15) +## [v0.2.0](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.2.0) (2020-03-15) -[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.1.0...v0.2.0) +[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/v0.1.0...v0.2.0) **Closed issues:** -- Add a sample for proactive message [\#28](https://github.com/infracloudio/msbotbuilder-go/issues/28) -- Add support for file upload [\#25](https://github.com/infracloudio/msbotbuilder-go/issues/25) -- Add support for attachments [\#12](https://github.com/infracloudio/msbotbuilder-go/issues/12) -- Add support for proactive messages [\#11](https://github.com/infracloudio/msbotbuilder-go/issues/11) -- Cache the JWT token used to send activity [\#9](https://github.com/infracloudio/msbotbuilder-go/issues/9) -- Cache JWK document [\#8](https://github.com/infracloudio/msbotbuilder-go/issues/8) -- Add CI build [\#7](https://github.com/infracloudio/msbotbuilder-go/issues/7) +- Add a sample for proactive message [\#28](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/28) +- Add support for file upload [\#25](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/25) +- Add support for attachments [\#12](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/12) +- Add support for proactive messages [\#11](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/11) +- Cache the JWT token used to send activity [\#9](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/9) +- Cache JWK document [\#8](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/8) +- Add CI build [\#7](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/7) **Merged pull requests:** -- Add invoke activity handler to support file upload [\#32](https://github.com/infracloudio/msbotbuilder-go/pull/32) ([PrasadG193](https://github.com/PrasadG193)) -- Add sample for sending proactive messages [\#31](https://github.com/infracloudio/msbotbuilder-go/pull/31) ([PrasadG193](https://github.com/PrasadG193)) -- Add support for proactive messages [\#27](https://github.com/infracloudio/msbotbuilder-go/pull/27) ([PrasadG193](https://github.com/PrasadG193)) -- add package cache [\#24](https://github.com/infracloudio/msbotbuilder-go/pull/24) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) -- Add license headers [\#21](https://github.com/infracloudio/msbotbuilder-go/pull/21) ([PrasadG193](https://github.com/PrasadG193)) -- Add godoc reference badge in README [\#18](https://github.com/infracloudio/msbotbuilder-go/pull/18) ([PrasadG193](https://github.com/PrasadG193)) +- Add invoke activity handler to support file upload [\#32](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/32) ([PrasadG193](https://github.com/PrasadG193)) +- Add sample for sending proactive messages [\#31](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/31) ([PrasadG193](https://github.com/PrasadG193)) +- Add support for proactive messages [\#27](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/27) ([PrasadG193](https://github.com/PrasadG193)) +- add package cache [\#24](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/24) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) +- Add license headers [\#21](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/21) ([PrasadG193](https://github.com/PrasadG193)) +- Add godoc reference badge in README [\#18](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/18) ([PrasadG193](https://github.com/PrasadG193)) -## [v0.1.0](https://github.com/infracloudio/msbotbuilder-go/tree/v0.1.0) (2020-01-15) +## [v0.1.0](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.1.0) (2020-01-15) -[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/d2be6786149857b350c968db943256a460bd8487...v0.1.0) +[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/d2be6786149857b350c968db943256a460bd8487...v0.1.0) **Merged pull requests:** -- Add release script [\#17](https://github.com/infracloudio/msbotbuilder-go/pull/17) ([PrasadG193](https://github.com/PrasadG193)) -- Address go vet complaints [\#16](https://github.com/infracloudio/msbotbuilder-go/pull/16) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) -- Add CI checks [\#15](https://github.com/infracloudio/msbotbuilder-go/pull/15) ([PrasadG193](https://github.com/PrasadG193)) -- Update README [\#14](https://github.com/infracloudio/msbotbuilder-go/pull/14) ([PrasadG193](https://github.com/PrasadG193)) -- Change data type of Attachment.Content [\#13](https://github.com/infracloudio/msbotbuilder-go/pull/13) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) -- Add godoc, golint fixes [\#10](https://github.com/infracloudio/msbotbuilder-go/pull/10) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) -- Reply to activity [\#6](https://github.com/infracloudio/msbotbuilder-go/pull/6) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) -- Add interfaces for components [\#5](https://github.com/infracloudio/msbotbuilder-go/pull/5) ([PrasadG193](https://github.com/PrasadG193)) -- Fix token validation issue [\#3](https://github.com/infracloudio/msbotbuilder-go/pull/3) ([PrasadG193](https://github.com/PrasadG193)) -- Merge develop to master [\#2](https://github.com/infracloudio/msbotbuilder-go/pull/2) ([PrasadG193](https://github.com/PrasadG193)) +- Add release script [\#17](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/17) ([PrasadG193](https://github.com/PrasadG193)) +- Address go vet complaints [\#16](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/16) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) +- Add CI checks [\#15](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/15) ([PrasadG193](https://github.com/PrasadG193)) +- Update README [\#14](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/14) ([PrasadG193](https://github.com/PrasadG193)) +- Change data type of Attachment.Content [\#13](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/13) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) +- Add godoc, golint fixes [\#10](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/10) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) +- Reply to activity [\#6](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/6) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) +- Add interfaces for components [\#5](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/5) ([PrasadG193](https://github.com/PrasadG193)) +- Fix token validation issue [\#3](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/3) ([PrasadG193](https://github.com/PrasadG193)) +- Merge develop to master [\#2](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/2) ([PrasadG193](https://github.com/PrasadG193)) diff --git a/README.md b/README.md index 9a2fde4..1bb7fe9 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Microsoft Bot Framework SDK for Go -[![Build Status](https://travis-ci.org/infracloudio/msbotbuilder-go.svg?branch=develop)](https://travis-ci.org/infracloudio/msbotbuilder-go) [![GoDoc](https://godoc.org/github.com/infracloudio/msbotbuilder-go?status.svg)](https://godoc.org/github.com/infracloudio/msbotbuilder-go) +[![Build Status](https://travis-ci.org/infracloudio/msbotbuilder-go.svg?branch=develop)](https://travis-ci.org/infracloudio/msbotbuilder-go) [![GoDoc](https://godoc.org/github.com/fasttrack-solutions/msbotbuilder-go?status.svg)](https://godoc.org/github.com/fasttrack-solutions/msbotbuilder-go) This repository is the Go version of the Microsoft Bot Framework SDK. It facilitates developers to build bot applications using the Go language. ## Installing ```sh -$ go get -u github.com/infracloudio/msbotbuilder-go/... +$ go get -u github.com/fasttrack-solutions/msbotbuilder-go/... ``` ## Get started with example diff --git a/connector/auth/jwt_token_validation.go b/connector/auth/jwt_token_validation.go index 5462efb..eccacd1 100644 --- a/connector/auth/jwt_token_validation.go +++ b/connector/auth/jwt_token_validation.go @@ -29,9 +29,9 @@ import ( "strings" "time" + "github.com/fasttrack-solutions/msbotbuilder-go/connector/cache" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" "github.com/golang-jwt/jwt/v4" - "github.com/infracloudio/msbotbuilder-go/connector/cache" - "github.com/infracloudio/msbotbuilder-go/schema" "github.com/lestrrat-go/jwx/jwk" ) diff --git a/connector/client/client.go b/connector/client/client.go index 3842a8d..3be0ddc 100644 --- a/connector/client/client.go +++ b/connector/client/client.go @@ -31,10 +31,10 @@ import ( "strings" "time" - "github.com/infracloudio/msbotbuilder-go/connector/auth" - "github.com/infracloudio/msbotbuilder-go/connector/cache" - "github.com/infracloudio/msbotbuilder-go/schema" - "github.com/infracloudio/msbotbuilder-go/schema/customerror" + "github.com/fasttrack-solutions/msbotbuilder-go/connector/auth" + "github.com/fasttrack-solutions/msbotbuilder-go/connector/cache" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/schema/customerror" ) // Client provides interface to send requests to the connector service. diff --git a/connector/client/client_config.go b/connector/client/client_config.go index 89e7b76..9332db1 100644 --- a/connector/client/client_config.go +++ b/connector/client/client_config.go @@ -21,7 +21,7 @@ package client import ( "errors" - "github.com/infracloudio/msbotbuilder-go/connector/auth" + "github.com/fasttrack-solutions/msbotbuilder-go/connector/auth" "net/http" "net/url" ) diff --git a/core/activity/handler.go b/core/activity/handler.go index 897562e..a914370 100644 --- a/core/activity/handler.go +++ b/core/activity/handler.go @@ -23,7 +23,7 @@ import ( "errors" "fmt" - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" ) // Handler acts as the interface for the client program to define actions on various events from connector service. diff --git a/core/activity/message.go b/core/activity/message.go index 735311c..e38d362 100644 --- a/core/activity/message.go +++ b/core/activity/message.go @@ -20,7 +20,7 @@ package activity import ( - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" ) // MsgOption option provided when sending an activity. diff --git a/core/activity/response.go b/core/activity/response.go index b48f93f..3778625 100644 --- a/core/activity/response.go +++ b/core/activity/response.go @@ -25,8 +25,8 @@ import ( "net/url" "path" - "github.com/infracloudio/msbotbuilder-go/connector/client" - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/connector/client" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" "github.com/pkg/errors" ) diff --git a/core/activity/turn_context.go b/core/activity/turn_context.go index 081ebd2..e8b0f9e 100644 --- a/core/activity/turn_context.go +++ b/core/activity/turn_context.go @@ -20,7 +20,7 @@ package activity import ( - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" "github.com/pkg/errors" ) diff --git a/core/activity/utils.go b/core/activity/utils.go index b6b88f7..59c0dfd 100644 --- a/core/activity/utils.go +++ b/core/activity/utils.go @@ -20,7 +20,7 @@ package activity import ( - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" ) // GetCoversationReference returns conversation reference from the activity diff --git a/core/bot_framework_adapter.go b/core/bot_framework_adapter.go index 8d8a77c..dce29ee 100644 --- a/core/bot_framework_adapter.go +++ b/core/bot_framework_adapter.go @@ -24,10 +24,10 @@ import ( "encoding/json" "net/http" - "github.com/infracloudio/msbotbuilder-go/connector/auth" - "github.com/infracloudio/msbotbuilder-go/connector/client" - "github.com/infracloudio/msbotbuilder-go/core/activity" - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/connector/auth" + "github.com/fasttrack-solutions/msbotbuilder-go/connector/client" + "github.com/fasttrack-solutions/msbotbuilder-go/core/activity" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" "github.com/pkg/errors" ) diff --git a/core/bot_framework_adapter_fake.go b/core/bot_framework_adapter_fake.go index 3519365..f41555e 100644 --- a/core/bot_framework_adapter_fake.go +++ b/core/bot_framework_adapter_fake.go @@ -3,8 +3,8 @@ package core import ( "context" - "github.com/infracloudio/msbotbuilder-go/connector/auth" - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/connector/auth" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" ) // All the mocks and stubs for BotFrameworkAdapter goes here. diff --git a/core/bot_framework_adapter_test.go b/core/bot_framework_adapter_test.go index 6e80657..f164642 100644 --- a/core/bot_framework_adapter_test.go +++ b/core/bot_framework_adapter_test.go @@ -28,11 +28,11 @@ import ( "net/http/httptest" "testing" - "github.com/infracloudio/msbotbuilder-go/connector/auth" - "github.com/infracloudio/msbotbuilder-go/connector/client" - "github.com/infracloudio/msbotbuilder-go/core" - "github.com/infracloudio/msbotbuilder-go/core/activity" - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/connector/auth" + "github.com/fasttrack-solutions/msbotbuilder-go/connector/client" + "github.com/fasttrack-solutions/msbotbuilder-go/core" + "github.com/fasttrack-solutions/msbotbuilder-go/core/activity" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" "github.com/stretchr/testify/assert" ) diff --git a/go.mod b/go.mod index c6874f0..030817c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/infracloudio/msbotbuilder-go +module github.com/fasttrack-solutions/msbotbuilder-go go 1.16 diff --git a/samples/activity-update/README.md b/samples/activity-update/README.md index 768d270..7316263 100644 --- a/samples/activity-update/README.md +++ b/samples/activity-update/README.md @@ -1,6 +1,6 @@ # Bot Framework activity update sample. -This Microsoft Teams bot uses the [msbotbuilder-go](https://github.com/infracloudio/msbotbuilder-go) library. It shows how to create a simple bot that accepts input from the user and echoes response with an attachment. +This Microsoft Teams bot uses the [msbotbuilder-go](https://github.com/fasttrack-solutions/msbotbuilder-go) library. It shows how to create a simple bot that accepts input from the user and echoes response with an attachment. ## Run the example diff --git a/samples/activity-update/main.go b/samples/activity-update/main.go index 872db0b..d471985 100644 --- a/samples/activity-update/main.go +++ b/samples/activity-update/main.go @@ -8,9 +8,9 @@ import ( "net/http" "os" - "github.com/infracloudio/msbotbuilder-go/core" - "github.com/infracloudio/msbotbuilder-go/core/activity" - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/core" + "github.com/fasttrack-solutions/msbotbuilder-go/core/activity" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" ) var customHandler = activity.HandlerFuncs{ diff --git a/samples/attachment/README.md b/samples/attachment/README.md index d8769d0..eda603f 100644 --- a/samples/attachment/README.md +++ b/samples/attachment/README.md @@ -1,6 +1,6 @@ # Bot Framework attachment sample. -This Microsoft Teams bot uses the [msbotbuilder-go](https://github.com/infracloudio/msbotbuilder-go) library. It shows how to create a simple bot that accepts input from the user and echoes response with an attachment. +This Microsoft Teams bot uses the [msbotbuilder-go](https://github.com/fasttrack-solutions/msbotbuilder-go) library. It shows how to create a simple bot that accepts input from the user and echoes response with an attachment. ## Run the example diff --git a/samples/attachment/main.go b/samples/attachment/main.go index 6a769ea..2e42c0c 100644 --- a/samples/attachment/main.go +++ b/samples/attachment/main.go @@ -8,9 +8,9 @@ import ( "net/http" "os" - "github.com/infracloudio/msbotbuilder-go/core" - "github.com/infracloudio/msbotbuilder-go/core/activity" - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/core" + "github.com/fasttrack-solutions/msbotbuilder-go/core/activity" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" ) // Card content diff --git a/samples/echobot/README.md b/samples/echobot/README.md index 3f9b466..56a673d 100644 --- a/samples/echobot/README.md +++ b/samples/echobot/README.md @@ -1,6 +1,6 @@ # Bot Framework echo bot sample. -This Microsoft Teams bot uses the [msbotbuilder-go](https://github.com/infracloudio/msbotbuilder-go) library. It shows how to create a simple bot that accepts input from the user and echoes it back. +This Microsoft Teams bot uses the [msbotbuilder-go](https://github.com/fasttrack-solutions/msbotbuilder-go) library. It shows how to create a simple bot that accepts input from the user and echoes it back. ## Run the example diff --git a/samples/echobot/doc.go b/samples/echobot/doc.go index f4d3bb2..b8769b4 100644 --- a/samples/echobot/doc.go +++ b/samples/echobot/doc.go @@ -1,6 +1,6 @@ /* Bot Framework echo bot sample. -This bot uses msbotbuilder-go: https://github.com/infracloudio/msbotbuilder-go. It shows +This bot uses msbotbuilder-go: https://github.com/fasttrack-solutions/msbotbuilder-go. It shows how to create a simple bot that accepts input from the user and echoes it back. # Run the example diff --git a/samples/echobot/main.go b/samples/echobot/main.go index ba8b88f..ba43ac6 100644 --- a/samples/echobot/main.go +++ b/samples/echobot/main.go @@ -7,9 +7,9 @@ import ( "net/http" "os" - "github.com/infracloudio/msbotbuilder-go/core" - "github.com/infracloudio/msbotbuilder-go/core/activity" - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/core" + "github.com/fasttrack-solutions/msbotbuilder-go/core/activity" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" ) var customHandler = activity.HandlerFuncs{ diff --git a/samples/file-upload/README.md b/samples/file-upload/README.md index 6770267..447589e 100644 --- a/samples/file-upload/README.md +++ b/samples/file-upload/README.md @@ -1,6 +1,6 @@ # Bot Framework File Upload Sample -This Microsoft Teams bot example uses the [msbotbuilder-go](https://github.com/infracloudio/msbotbuilder-go) library. It shows how to handle `invoke` activity and upload local file from Bot to use. +This Microsoft Teams bot example uses the [msbotbuilder-go](https://github.com/fasttrack-solutions/msbotbuilder-go) library. It shows how to handle `invoke` activity and upload local file from Bot to use. As documented [here](https://developer.microsoft.com/en-us/microsoft-teams/blogs/working-with-files-in-your-microsoft-teams-bot/), following is the workflow for sending files from Bot to user: diff --git a/samples/file-upload/main.go b/samples/file-upload/main.go index 58da9ce..1dac1f0 100644 --- a/samples/file-upload/main.go +++ b/samples/file-upload/main.go @@ -11,9 +11,9 @@ import ( "net/url" "os" - "github.com/infracloudio/msbotbuilder-go/core" - "github.com/infracloudio/msbotbuilder-go/core/activity" - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/core" + "github.com/fasttrack-solutions/msbotbuilder-go/core/activity" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" ) func putRequest(u string, data []byte) error { diff --git a/samples/proactive/README.md b/samples/proactive/README.md index 4b32d51..2303435 100644 --- a/samples/proactive/README.md +++ b/samples/proactive/README.md @@ -1,6 +1,6 @@ # Bot Framework Proactive Message Sample -This Microsoft Teams bot example uses the [msbotbuilder-go](https://github.com/infracloudio/msbotbuilder-go) library. It shows how to create a simple bot that sets conversation reference and sends proactive messages from Bot to user. +This Microsoft Teams bot example uses the [msbotbuilder-go](https://github.com/fasttrack-solutions/msbotbuilder-go) library. It shows how to create a simple bot that sets conversation reference and sends proactive messages from Bot to user. ## Run the example diff --git a/samples/proactive/main.go b/samples/proactive/main.go index 7663873..b2ef9fd 100644 --- a/samples/proactive/main.go +++ b/samples/proactive/main.go @@ -8,9 +8,9 @@ import ( "net/http" "os" - "github.com/infracloudio/msbotbuilder-go/core" - "github.com/infracloudio/msbotbuilder-go/core/activity" - "github.com/infracloudio/msbotbuilder-go/schema" + "github.com/fasttrack-solutions/msbotbuilder-go/core" + "github.com/fasttrack-solutions/msbotbuilder-go/core/activity" + "github.com/fasttrack-solutions/msbotbuilder-go/schema" ) // Card content