Switch to own clone of xml encoding library

This commit is contained in:
Aaron Lindsay 2017-03-22 20:59:40 -04:00
parent 8d8ee0016d
commit f2cea7c6d4
13 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"errors"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
)
type StatementRequest struct {

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"errors"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
)
// Represents a top-level OFX message set (i.e. BANKMSGSRSV1)

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"errors"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
)
type CCStatementRequest struct {

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"errors"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
)
type InvStatementRequest struct {

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"errors"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
)
type ProfileRequest struct {

View File

@ -3,7 +3,7 @@ package ofxgo
import (
"bytes"
"errors"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
)
type Request struct {

View File

@ -4,7 +4,7 @@ import (
"bufio"
"bytes"
"errors"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
"io"
"strings"
)

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"errors"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
)
type SecurityId struct {

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"errors"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
)
type SignonRequest struct {

View File

@ -3,7 +3,7 @@ package ofxgo
import (
"errors"
"fmt"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
)
type AcctInfoRequest struct {

View File

@ -4,7 +4,7 @@ import (
"crypto/rand"
"errors"
"fmt"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
"math/big"
"regexp"
"strconv"

View File

@ -3,7 +3,7 @@ package ofxgo_test
import (
"fmt"
"github.com/aclindsa/ofxgo"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
"math/big"
"reflect"
"testing"

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"bytes"
"github.com/golang/go/src/encoding/xml"
"github.com/aclindsa/go/src/encoding/xml"
)
// Returns the next available Token from the xml.Decoder that is not CharData