mirror of
https://github.com/rqlite/rqlite.git
synced 2026-01-25 04:16:26 +00:00
Bring go mod import path into compliance
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/rqlite/rqlite/command"
|
||||
"github.com/rqlite/rqlite/v8/command"
|
||||
)
|
||||
|
||||
// stats captures stats for the Queue.
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/rqlite/rqlite/command"
|
||||
"github.com/rqlite/rqlite/v8/command"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user