Skip to content

Commit

Permalink
Merge pull request subchen#7 from konsorten/go-module-support
Browse files Browse the repository at this point in the history
Added GO module support
  • Loading branch information
subchen authored Oct 5, 2018
2 parents e1029cd + 4f43802 commit d5c937e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/subchen/go-xmldom

require github.com/antchfx/xpath v0.0.0-20170515025933-1f3266e77307
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +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=

0 comments on commit d5c937e

Please sign in to comment.