mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
main.go: Minor fix.
This commit is contained in:
parent
f9fc88b0fb
commit
7358bebc76
1 changed files with 1 additions and 2 deletions
3
main.go
3
main.go
|
|
@ -11,6 +11,7 @@ import (
|
|||
"github.com/go-redis/redis/v8"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"eosio-ship-trace-reader/abi"
|
||||
"eosio-ship-trace-reader/app"
|
||||
"eosio-ship-trace-reader/config"
|
||||
"eosio-ship-trace-reader/transport/redis_pubsub"
|
||||
|
|
@ -18,8 +19,6 @@ import (
|
|||
"github.com/nikoksr/notify"
|
||||
"github.com/nikoksr/notify/service/telegram"
|
||||
|
||||
"eosio-ship-trace-reader/abi"
|
||||
|
||||
eos "github.com/eoscanada/eos-go"
|
||||
shipclient "github.com/eosswedenorg-go/antelope-ship-client"
|
||||
"github.com/eosswedenorg-go/pid"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue