Bring go mod import path into compliance

This commit is contained in:
Philip O'Toole
2023-12-21 11:22:36 -05:00
parent dbb6dda957
commit ad916270d2
66 changed files with 3198 additions and 132 deletions

View File

@@ -6,7 +6,7 @@ import (
"sync"
"time"
"github.com/rqlite/rqlite/command"
"github.com/rqlite/rqlite/v8/command"
)
// stats captures stats for the Queue.

View File

@@ -5,7 +5,7 @@ import (
"testing"
"time"
"github.com/rqlite/rqlite/command"
"github.com/rqlite/rqlite/v8/command"
)
var (