Skip to content

Commit 785a29a

Browse files
authored
go.mod: use the latest upstream richardlehane/msoleps dep (#164)
1 parent 6e3f875 commit 785a29a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/gorilla/mux v1.8.0
1212
github.com/otiai10/gosseract/v2 v2.2.4
1313
github.com/richardlehane/mscfb v1.0.3
14-
github.com/richardlehane/msoleps v1.0.3
14+
github.com/richardlehane/msoleps v1.0.4-0.20231124170528-c8ca5a164365
1515
golang.org/x/net v0.17.0
1616
google.golang.org/protobuf v1.30.0
1717
)
@@ -44,5 +44,3 @@ require (
4444
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
4545
google.golang.org/grpc v1.56.3 // indirect
4646
)
47-
48-
replace github.com/richardlehane/msoleps v1.0.3 => github.com/sajari/msoleps v0.0.0-20231120031048-d0092b82abea

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:
100100
github.com/richardlehane/mscfb v1.0.3 h1:rD8TBkYWkObWO0oLDFCbwMeZ4KoalxQy+QgniCj3nKI=
101101
github.com/richardlehane/mscfb v1.0.3/go.mod h1:YzVpcZg9czvAuhk9T+a3avCpcFPMUWm7gK3DypaEsUk=
102102
github.com/richardlehane/msoleps v1.0.1/go.mod h1:BWev5JBpU9Ko2WAgmZEuiz4/u3ZYTKbjLycmwiWUfWg=
103-
github.com/sajari/msoleps v0.0.0-20231120031048-d0092b82abea h1:DUw6mwTMJDj99FJmlcjSPiOPJWL0DM0IV7T1JCXDc+s=
104-
github.com/sajari/msoleps v0.0.0-20231120031048-d0092b82abea/go.mod h1:BWev5JBpU9Ko2WAgmZEuiz4/u3ZYTKbjLycmwiWUfWg=
103+
github.com/richardlehane/msoleps v1.0.4-0.20231124170528-c8ca5a164365 h1:x5G1rZBYckUdhRTXyd8u0C1WT/oGWT99HFPYdOJ+Qyc=
104+
github.com/richardlehane/msoleps v1.0.4-0.20231124170528-c8ca5a164365/go.mod h1:BWev5JBpU9Ko2WAgmZEuiz4/u3ZYTKbjLycmwiWUfWg=
105105
github.com/simplereach/timeutils v1.2.0/go.mod h1:VVbQDfN/FHRZa1LSqcwo4kNZ62OOyqLLGQKYB3pB0Q8=
106106
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf h1:pvbZ0lM0XWPBqUKqFU8cmavspvIl9nulOYwdy6IFRRo=
107107
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf/go.mod h1:RJID2RhlZKId02nZ62WenDCkgHFerpIOmW0iT7GKmXM=

0 commit comments

Comments
 (0)