Skip to content

Commit f4a7540

Browse files
committed
Update sformula for .value Fix
1 parent 6098678 commit f4a7540

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919

2020
require (
2121
github.com/nbio/xml v0.0.0-20240718025449-4db9e55cd3bf
22-
github.com/octoberswimmer/sformula v0.1.0
22+
github.com/octoberswimmer/sformula v0.1.1
2323
github.com/stretchr/testify v1.8.4
2424
)
2525

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,8 @@ github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh
7979
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
8080
github.com/nbio/xml v0.0.0-20240718025449-4db9e55cd3bf h1:DaAn+3RP17Q2KGe+pXDAni2lBA6dyfHlDvf+6mYgtTA=
8181
github.com/nbio/xml v0.0.0-20240718025449-4db9e55cd3bf/go.mod h1:990JnYmJZFrx1vI1TALoD6/fCqnWlTx2FrPbYy2wi5I=
82-
github.com/octoberswimmer/sformula v0.0.0-20241120234835-d6f4f835efd9 h1:Nw47PqIgKXvDoHRVhtTQNSAxCShBW1Wg++BSgYg81wQ=
83-
github.com/octoberswimmer/sformula v0.0.0-20241120234835-d6f4f835efd9/go.mod h1:isuBo3KPKaHf+TzZ9fNVl0MSmH2z35uLixmjfXmjp+Q=
84-
github.com/octoberswimmer/sformula v0.1.0 h1:ai74DEaeKqFVFSAOKLXW2dPRCFtVd0VeU6AdDunNB8o=
85-
github.com/octoberswimmer/sformula v0.1.0/go.mod h1:isuBo3KPKaHf+TzZ9fNVl0MSmH2z35uLixmjfXmjp+Q=
82+
github.com/octoberswimmer/sformula v0.1.1 h1:27WGg+APPRKw9CYGpkA9wMNxBHYxHSzPx5e3mYewBnw=
83+
github.com/octoberswimmer/sformula v0.1.1/go.mod h1:isuBo3KPKaHf+TzZ9fNVl0MSmH2z35uLixmjfXmjp+Q=
8684
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
8785
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
8886
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=

0 commit comments

Comments
 (0)