File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ require (
13
13
github.com/green-api/whatsapp-api-client-golang v0.7.0 // indirect
14
14
github.com/kr/pretty v0.3.0 // indirect
15
15
github.com/rogpeppe/go-internal v1.9.0 // indirect
16
- golang.org/x/net v0.30 .0 // indirect
16
+ golang.org/x/net v0.33 .0 // indirect
17
17
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
18
18
)
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
18
18
github.com/rogpeppe/go-internal v1.6.1 /go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc =
19
19
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8 =
20
20
github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
21
- golang.org/x/net v0.30 .0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4 =
22
- golang.org/x/net v0.30 .0 /go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU =
21
+ golang.org/x/net v0.33 .0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I =
22
+ golang.org/x/net v0.33 .0 /go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4 =
23
23
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
24
24
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
25
25
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ func main() {
21
21
}
22
22
}
23
23
if idInstance == "{idInstance}" || authToken == "{authToken}" {
24
- log .Fatal ("No idInstance or authToken set" )
24
+ log .Fatal ("No idInstance or authToken set! Exiting chatbot. " )
25
25
}
26
26
bot := chatbot .NewBot (idInstance , authToken )
27
27
You can’t perform that action at this time.
0 commit comments