Skip to content

Commit 031edd7

Browse files
committed
bugfix#包名引入错误
1 parent 71702ff commit 031edd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

listener/notify/slack.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package notify
33
import (
44
"errors"
55
"fmt"
6-
"github.com/ouqiang/gocron/modules/httpclient"
6+
"github.com/ouqiang/supervisor-event-listener/utils/httpclient"
77
"github.com/ouqiang/supervisor-event-listener/event"
88
"github.com/ouqiang/supervisor-event-listener/utils"
99
)

0 commit comments

Comments
 (0)