Skip to content

Commit

Permalink
fix: namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Tazer committed May 23, 2024
1 parent d477012 commit c48ab99
Show file tree
Hide file tree
Showing 25 changed files with 103 additions and 103 deletions.
110 changes: 55 additions & 55 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))



4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions connector/auth/jwt_token_validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
8 changes: 4 additions & 4 deletions connector/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion connector/client/client_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion core/activity/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion core/activity/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions core/activity/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion core/activity/turn_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
package activity

import (
"github.com/infracloudio/msbotbuilder-go/schema"
"github.com/fasttrack-solutions/msbotbuilder-go/schema"
"github.com/pkg/errors"
)

Expand Down
2 changes: 1 addition & 1 deletion core/activity/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions core/bot_framework_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
4 changes: 2 additions & 2 deletions core/bot_framework_adapter_fake.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions core/bot_framework_adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/infracloudio/msbotbuilder-go
module github.com/fasttrack-solutions/msbotbuilder-go

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion samples/activity-update/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions samples/activity-update/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
Loading

0 comments on commit c48ab99

Please sign in to comment.