Switch to copy of encoding/xml with only that subdirectory

This commit is contained in:
Aaron Lindsay 2017-10-02 09:21:56 -04:00
parent 6359499ea2
commit 1e55cb8bd7
18 changed files with 19 additions and 19 deletions

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"errors"
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
)
// StatementRequest represents a request for a bank statement. It is used to

View File

@ -4,7 +4,7 @@ package ofxgo
import (
"errors"
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
)
// Message represents an OFX message in a message set. it is used to ease

View File

@ -9,7 +9,7 @@ package ofxgo
import (
"errors"
"fmt"
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
"strings"
)

View File

@ -7,7 +7,7 @@ package ofxgo_test
*/
import (
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
"github.com/aclindsa/ofxgo"
"strings"
"testing"

View File

@ -1,7 +1,7 @@
package ofxgo
import (
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
)
// CCStatementRequest represents a request for a credit card statement. It is

View File

@ -65,7 +65,7 @@ header = """package ofxgo
import (
"errors"
"fmt"
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
"strings"
)
"""
@ -173,7 +173,7 @@ test_header = """package ofxgo_test
*/
import (
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
"github.com/aclindsa/ofxgo"
"strings"
"testing"

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"errors"
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
)
// InvStatementRequest allows a customer to request transactions, positions,

View File

@ -1,7 +1,7 @@
package ofxgo_test
import (
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
"github.com/aclindsa/ofxgo"
"reflect"
"strings"

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"errors"
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
)
// ProfileRequest represents a request for a server to provide a profile of its

View File

@ -4,7 +4,7 @@ import (
"bytes"
"errors"
"fmt"
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
"time"
)

View File

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

View File

@ -2,7 +2,7 @@ package ofxgo_test
import (
"fmt"
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
"github.com/aclindsa/ofxgo"
"os"
"path/filepath"

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"errors"
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
)
// SecurityID identifies a security by its CUSIP (for US-based FI's, others may

View File

@ -3,7 +3,7 @@ package ofxgo
import (
"errors"
"fmt"
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
)
// SignonRequest identifies and authenticates a user to their FI and is

View File

@ -2,7 +2,7 @@ package ofxgo
import (
"fmt"
"github.com/aclindsa/go/src/encoding/xml"
"github.com/aclindsa/xml"
)
// AcctInfoRequest represents a request for the server to provide information

View File

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

View File

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

View File

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