mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Fix imports
This commit is contained in:
parent
ca68b997d9
commit
debeb88de6
2 changed files with 2 additions and 2 deletions
2
mysql.go
2
mysql.go
|
|
@ -4,7 +4,7 @@ import (
|
|||
"container/list"
|
||||
"context"
|
||||
"database/sql"
|
||||
"git.icinga.com/icingadb/icingadb-utils-lib"
|
||||
"git.icinga.com/icingadb/icingadb-utils"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
|
|
|
|||
2
redis.go
2
redis.go
|
|
@ -1,7 +1,7 @@
|
|||
package icingadb_connection
|
||||
|
||||
import (
|
||||
"git.icinga.com/icingadb/icingadb-utils-lib"
|
||||
"git.icinga.com/icingadb/icingadb-utils"
|
||||
"github.com/go-redis/redis"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"sync"
|
||||
|
|
|
|||
Loading…
Reference in a new issue