Skip to content

Commit 5c80524

Browse files
committed
chore
1 parent 4b47191 commit 5c80524

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

benches/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module benches
33
go 1.24.3
44

55
require (
6-
github.com/link-duan/excel-formula-parser v1.0.0-alpha // indirect
7-
github.com/xuri/efp v0.0.1 // indirect
6+
github.com/link-duan/excel-formula-parser v1.0.0-alpha
7+
github.com/xuri/efp v0.0.1
88
)
99

1010
replace github.com/link-duan/excel-formula-parser => ../

benches/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
github.com/link-duan/excel-formula-parser v1.0.0-alpha h1:4sPszJdMqfaRSOFCqa+3ozKD11u2zOtAAJZA665RS28=
2-
github.com/link-duan/excel-formula-parser v1.0.0-alpha/go.mod h1:Vf4SsUVu/e/BF9ofoVa0NbiJmbfxaI/E0qHqX4k+WRw=
31
github.com/xuri/efp v0.0.1 h1:fws5Rv3myXyYni8uwj2qKjVaRP30PdjeYe2Y6FDsCL8=
42
github.com/xuri/efp v0.0.1/go.mod h1:ybY/Jr0T0GTCnYjKqmdwxyxn2BQf2RcQIIvex5QldPI=

0 commit comments

Comments
 (0)