Skip to content

Commit

Permalink
update module info
Browse files Browse the repository at this point in the history
  • Loading branch information
plandem committed Jul 7, 2019
1 parent 0dfc3cf commit f5b8072
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/plandem/xlsx
go 1.12

require (
github.com/plandem/ooxml v0.9.0
github.com/plandem/ooxml v0.0.0-20190707190948-c8a4fbdda617
github.com/stretchr/testify v1.3.0
)
9 changes: 7 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/plandem/ooxml v0.9.0 h1:/ok9p1g9UfljG5XoEj6IUPR+A4zSNdetTtdpslkiy8A=
github.com/plandem/ooxml v0.9.0/go.mod h1:UORzeGVBlqFHnsyH3rGFHjkz3hnCcDN9GVB2k5K/1Zw=
github.com/go-test/deep v1.0.1/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
github.com/plandem/ooxml v0.0.0-20190707190948-c8a4fbdda617 h1:Te32w/enwEEVSG9jwYU9ER+ID8621U+MKLOoWpJkZBs=
github.com/plandem/ooxml v0.0.0-20190707190948-c8a4fbdda617/go.mod h1:IPgZT3JusQax//tCModfRm0HVTJXMB04liCaOeaDf5o=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

0 comments on commit f5b8072

Please sign in to comment.