update library imports
This commit is contained in:
@ -197,7 +197,7 @@ import (
|
||||
"{{ . }}"
|
||||
{{- end }}{{ "\n" }}
|
||||
{{- end }}
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"quantex.com/qfixpt/quickfix"
|
||||
{{- if checkIfEnumImportRequired .MessageDef}}
|
||||
"{{ importRootPath }}/enum"
|
||||
{{- end }}
|
||||
@ -239,7 +239,7 @@ import (
|
||||
"{{ . }}"
|
||||
{{- end }}{{ "\n" }}
|
||||
{{- end }}
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"quantex.com/qfixpt/quickfix"
|
||||
{{- if checkIfEnumImportRequired .MessageDef}}
|
||||
"{{ importRootPath }}/enum"
|
||||
{{- end }}
|
||||
@ -274,7 +274,7 @@ import (
|
||||
"{{ . }}"
|
||||
{{- end }}{{ "\n" }}
|
||||
{{- end }}
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"quantex.com/qfixpt/quickfix"
|
||||
{{- if checkIfEnumImportRequired .MessageDef}}
|
||||
"{{ importRootPath }}/enum"
|
||||
{{- end }}
|
||||
@ -342,7 +342,7 @@ func Route(router RouteOut) (string, string, quickfix.MessageRoute) {
|
||||
TagTemplate = template.Must(template.New("Tag").Parse(`
|
||||
// Code generated by quickfix. DO NOT EDIT.
|
||||
package tag
|
||||
import "github.com/quickfixgo/quickfix"
|
||||
import "quantex.com/qfixpt/quickfix"
|
||||
|
||||
const (
|
||||
{{- range .}}
|
||||
@ -359,7 +359,7 @@ import (
|
||||
|
||||
{{ if checkIfDecimalImportRequiredForFields . }}"{{ decimalImport }}"{{ end }}
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"quantex.com/qfixpt/quickfix"
|
||||
"{{ importRootPath }}/enum"
|
||||
"{{ importRootPath }}/tag"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user