File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/FloatTech/zbpctrl v1.6.0
1313 github.com/FloatTech/zbputils v1.7.1-0.20231017135158-7e6c839764eb
1414 github.com/disintegration/imaging v1.6.2
15- github.com/fumiama/NanoBot v0.0.0-20231018155514-da5cad685a28
15+ github.com/fumiama/NanoBot v0.0.0-20231019045103-0f4119075298
1616 github.com/fumiama/go-base16384 v1.7.0
1717 github.com/fumiama/go-registry v0.2.6
1818 github.com/fumiama/unibase2n v0.0.0-20221020155353-02876e777430
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4 h1:BBade+Jl
3636github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4 /go.mod h1:H7chHJglrhPPzetLdzBleF8d22WYOv7UM/lEKYiwlKM =
3737github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 h1:Yzb9+7DPaBjB8zlTR87/ElzFsnQfuHnVUVqpZZIcV5Y =
3838github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 /go.mod h1:a2zkGnVExMxdzMo3M0Hi/3sEU+cWnZpSni0O6/Yb/P0 =
39- github.com/fumiama/NanoBot v0.0.0-20231018155514-da5cad685a28 h1:JTdPj+t8emfMILq4iasN5rcj8KskS9BNeCfNDxzRPC0 =
40- github.com/fumiama/NanoBot v0.0.0-20231018155514-da5cad685a28 /go.mod h1:uveUWnqIjAod3AI5XHlEuG41bMIVKwEDzLAjAxxHmfw =
39+ github.com/fumiama/NanoBot v0.0.0-20231019045103-0f4119075298 h1:Y746q/yEyx6q1bpk3C/UGqw69+mf/tpWRHRaYSuLDsc =
40+ github.com/fumiama/NanoBot v0.0.0-20231019045103-0f4119075298 /go.mod h1:uveUWnqIjAod3AI5XHlEuG41bMIVKwEDzLAjAxxHmfw =
4141github.com/fumiama/bigfft v0.0.0-20211011143303-6e0bfa3c836b h1:Zt3pFQditAdWTHCOVkiloc9ZauBoWrb37guFV4iIRvE =
4242github.com/fumiama/bigfft v0.0.0-20211011143303-6e0bfa3c836b /go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo =
4343github.com/fumiama/cron v1.3.0 h1:ZWlwuexF+HQHl3cYytEE5HNwD99q+3vNZF1GrEiXCFo =
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ func main() {
6969 if * debug {
7070 logrus .SetLevel (logrus .DebugLevel )
7171 }
72- intent := uint32 (nano .IntentAll )
72+ intent := uint32 (nano .IntentPrivate )
7373 if * onlypublic {
7474 intent = nano .IntentPublic
7575 }
You can’t perform that action at this time.
0 commit comments