Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the latest upstream richardlehane/msoleps dependency instead of a fork #164

Merged
merged 1 commit into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/gorilla/mux v1.8.0
github.com/otiai10/gosseract/v2 v2.2.4
github.com/richardlehane/mscfb v1.0.3
github.com/richardlehane/msoleps v1.0.3
github.com/richardlehane/msoleps v1.0.4-0.20231124170528-c8ca5a164365
golang.org/x/net v0.17.0
google.golang.org/protobuf v1.30.0
)
Expand Down Expand Up @@ -44,5 +44,3 @@ require (
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.3 // indirect
)

replace github.com/richardlehane/msoleps v1.0.3 => github.com/sajari/msoleps v0.0.0-20231120031048-d0092b82abea
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:
github.com/richardlehane/mscfb v1.0.3 h1:rD8TBkYWkObWO0oLDFCbwMeZ4KoalxQy+QgniCj3nKI=
github.com/richardlehane/mscfb v1.0.3/go.mod h1:YzVpcZg9czvAuhk9T+a3avCpcFPMUWm7gK3DypaEsUk=
github.com/richardlehane/msoleps v1.0.1/go.mod h1:BWev5JBpU9Ko2WAgmZEuiz4/u3ZYTKbjLycmwiWUfWg=
github.com/sajari/msoleps v0.0.0-20231120031048-d0092b82abea h1:DUw6mwTMJDj99FJmlcjSPiOPJWL0DM0IV7T1JCXDc+s=
github.com/sajari/msoleps v0.0.0-20231120031048-d0092b82abea/go.mod h1:BWev5JBpU9Ko2WAgmZEuiz4/u3ZYTKbjLycmwiWUfWg=
github.com/richardlehane/msoleps v1.0.4-0.20231124170528-c8ca5a164365 h1:x5G1rZBYckUdhRTXyd8u0C1WT/oGWT99HFPYdOJ+Qyc=
github.com/richardlehane/msoleps v1.0.4-0.20231124170528-c8ca5a164365/go.mod h1:BWev5JBpU9Ko2WAgmZEuiz4/u3ZYTKbjLycmwiWUfWg=
github.com/simplereach/timeutils v1.2.0/go.mod h1:VVbQDfN/FHRZa1LSqcwo4kNZ62OOyqLLGQKYB3pB0Q8=
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf h1:pvbZ0lM0XWPBqUKqFU8cmavspvIl9nulOYwdy6IFRRo=
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf/go.mod h1:RJID2RhlZKId02nZ62WenDCkgHFerpIOmW0iT7GKmXM=
Expand Down
Loading