Skip to content

Commit

Permalink
Change forked package name. Update to xpath v1.0.0 to fix issue with …
Browse files Browse the repository at this point in the history
…Query returning nil when using xpath attributes like //item[@someattr='baseType']
  • Loading branch information
tebruno99 committed Oct 8, 2019
1 parent d5c937e commit 9e6a256
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package xmldom_test
import (
"fmt"

"github.com/subchen/go-xmldom"
"github.com/stmath/go-xmldom"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package: github.com/subchen/go-xmldom
package: github.com/stmath/go-xmldom
import:
- package: github.com/antchfx/xpath
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/subchen/go-xmldom
module github.com/stmath/go-xmldom

require github.com/antchfx/xpath v0.0.0-20170515025933-1f3266e77307
require github.com/antchfx/xpath v1.0.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/antchfx/xpath v0.0.0-20170515025933-1f3266e77307 h1:C735MoY/X+UOx6SECmHk5pVOj51h839Ph13pEoY8UmU=
github.com/antchfx/xpath v0.0.0-20170515025933-1f3266e77307/go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNYhvtNk=
github.com/antchfx/xpath v1.0.0 h1:Q5gFgh2O40VTSwMOVbFE7nFNRBu3tS21Tn0KAWeEjtk=
github.com/antchfx/xpath v1.0.0/go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNYhvtNk=

0 comments on commit 9e6a256

Please sign in to comment.