Skip to content

Commit 869eb0e

Browse files
committed
update imports
1 parent 298f442 commit 869eb0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/connection/slackrtm/messenger.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ import (
1111
"strings"
1212
"time"
1313

14-
"github.com/pkg/errors"
15-
"github.com/slack-go/slack"
1614
"gitlab.com/postgres-ai/database-lab/v2/pkg/log"
1715

1816
"gitlab.com/postgres-ai/joe/pkg/models"
17+
18+
"github.com/pkg/errors"
19+
"github.com/slack-go/slack"
1920
)
2021

2122
const errorNotPublished = "Message not published yet"

0 commit comments

Comments
 (0)