Skip to content

Commit

Permalink
init mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum committed Jan 7, 2025
1 parent d6e4635 commit 446b2a4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions canarybot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import (
"fmt"
"os"

_ "github.com/go-sql-driver/mysql"

"github.com/keybase/go-keybase-chat-bot/kbchat"
"github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1"
"github.com/keybase/managed-bots/base"
Expand Down
2 changes: 2 additions & 0 deletions macrobot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (
"fmt"
"os"

_ "github.com/go-sql-driver/mysql"

"github.com/keybase/managed-bots/macrobot/macrobot"

"github.com/keybase/go-keybase-chat-bot/kbchat"
Expand Down
2 changes: 2 additions & 0 deletions pollbot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (
"fmt"
"os"

_ "github.com/go-sql-driver/mysql"

"github.com/keybase/go-keybase-chat-bot/kbchat"
"github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1"
"github.com/keybase/managed-bots/base"
Expand Down
2 changes: 2 additions & 0 deletions triviabot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (
"fmt"
"os"

_ "github.com/go-sql-driver/mysql"

"github.com/keybase/go-keybase-chat-bot/kbchat"
"github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1"
"github.com/keybase/managed-bots/base"
Expand Down
2 changes: 2 additions & 0 deletions webhookbot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (
"fmt"
"os"

_ "github.com/go-sql-driver/mysql"

"github.com/keybase/go-keybase-chat-bot/kbchat"
"github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1"
"github.com/keybase/managed-bots/base"
Expand Down

0 comments on commit 446b2a4

Please sign in to comment.