update library imports
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
package composite
|
||||
|
||||
import (
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"quantex.com/qfixpt/quickfix"
|
||||
)
|
||||
|
||||
type compositeLog struct {
|
||||
|
||||
@ -25,11 +25,11 @@ import (
|
||||
"time"
|
||||
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/log/file"
|
||||
"github.com/quickfixgo/quickfix/log/mongo"
|
||||
"github.com/quickfixgo/quickfix/log/screen"
|
||||
"github.com/quickfixgo/quickfix/log/sql"
|
||||
"quantex.com/qfixpt/quickfix"
|
||||
"quantex.com/qfixpt/quickfix/log/file"
|
||||
"quantex.com/qfixpt/quickfix/log/mongo"
|
||||
"quantex.com/qfixpt/quickfix/log/screen"
|
||||
"quantex.com/qfixpt/quickfix/log/sql"
|
||||
"github.com/stretchr/testify/require"
|
||||
"github.com/stretchr/testify/suite"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user