update library imports
This commit is contained in:
@ -24,9 +24,9 @@ import (
|
||||
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/quickfixgo/quickfix/config"
|
||||
"github.com/quickfixgo/quickfix/datadictionary"
|
||||
"github.com/quickfixgo/quickfix/internal"
|
||||
"quantex.com/qfixpt/quickfix/config"
|
||||
"quantex.com/qfixpt/quickfix/datadictionary"
|
||||
"quantex.com/qfixpt/quickfix/internal"
|
||||
)
|
||||
|
||||
var dayLookup = map[string]time.Weekday{
|
||||
|
||||
Reference in New Issue
Block a user