mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-19 04:50:02 +02:00
go.mod: update module name to github.com/eosswedenorg/thalos
This commit is contained in:
parent
a8bac16aa9
commit
9c4aa79c11
10 changed files with 16 additions and 16 deletions
|
|
@ -8,14 +8,14 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/eosswedenorg/thalos/abi"
|
||||
api_redis "github.com/eosswedenorg/thalos/api/redis"
|
||||
"github.com/eosswedenorg/thalos/app"
|
||||
"github.com/eosswedenorg/thalos/config"
|
||||
|
||||
"github.com/go-redis/redis/v8"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"thalos/abi"
|
||||
api_redis "thalos/api/redis"
|
||||
"thalos/app"
|
||||
"thalos/config"
|
||||
|
||||
"github.com/nikoksr/notify"
|
||||
"github.com/nikoksr/notify/service/telegram"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue