Skip to content

Commit db8bf08

Browse files
committed
Update aer to v0.0.54
1 parent 67e6ca5 commit db8bf08

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/oss-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99

1010
env:
11-
AER_VERSION: v0.0.53
11+
AER_VERSION: v0.0.54
1212

1313
jobs:
1414
dlrs:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module aer
22

33
go 1.25.3
44

5-
require github.com/octoberswimmer/aer v0.0.53
5+
require github.com/octoberswimmer/aer v0.0.54
66

77
require (
88
github.com/ForceCLI/force v1.4.3 // indirect
@@ -27,7 +27,7 @@ require (
2727
github.com/mattn/go-isatty v0.0.20 // indirect
2828
github.com/nbio/xml v0.0.0-20251016084110-a619c1115f34 // indirect
2929
github.com/ncruces/go-strftime v0.1.9 // indirect
30-
github.com/octoberswimmer/apexfmt v0.45.0 // indirect
30+
github.com/octoberswimmer/apexfmt v0.46.0 // indirect
3131
github.com/octoberswimmer/digger v0.20.0 // indirect
3232
github.com/octoberswimmer/sformula v0.3.0 // indirect
3333
github.com/pkg/errors v0.9.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ github.com/nbio/xml v0.0.0-20251016084110-a619c1115f34 h1:nl44SgZciAoU7v6eR0aDoH
5656
github.com/nbio/xml v0.0.0-20251016084110-a619c1115f34/go.mod h1:990JnYmJZFrx1vI1TALoD6/fCqnWlTx2FrPbYy2wi5I=
5757
github.com/ncruces/go-strftime v0.1.9 h1:bY0MQC28UADQmHmaF5dgpLmImcShSi2kHU9XLdhx/f4=
5858
github.com/ncruces/go-strftime v0.1.9/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls=
59-
github.com/octoberswimmer/aer v0.0.53 h1:V0VwZWRLZsej4WcxDSi6hQr2cVsEonTYswoicitUPKs=
60-
github.com/octoberswimmer/aer v0.0.53/go.mod h1:RZ1kKX2auUEyV7SiFshCBYMzt9mY42kx354Avg5wVso=
61-
github.com/octoberswimmer/apexfmt v0.45.0 h1:aFmnOi660V4AnoZ8pJ2W4AXoJipbyoH0qlDAkao4U0o=
62-
github.com/octoberswimmer/apexfmt v0.45.0/go.mod h1:+ZcL3jpPbdw9B6eYfqSch8HxMxlu4B9vtVKuLO8gZHU=
59+
github.com/octoberswimmer/aer v0.0.54 h1:hHweFjEn14IYAJJQ4u5736dmaX4vrMJ1OqcV9gxIpDo=
60+
github.com/octoberswimmer/aer v0.0.54/go.mod h1:iR56QXj7RYEYpiU0KF2ajtu9gguebIhi/Ubv7CpAyNU=
61+
github.com/octoberswimmer/apexfmt v0.46.0 h1:PHmQjhPKngsQ0qFwxBtPnNbeelt6u/UrtlO19QJuhos=
62+
github.com/octoberswimmer/apexfmt v0.46.0/go.mod h1:+ZcL3jpPbdw9B6eYfqSch8HxMxlu4B9vtVKuLO8gZHU=
6363
github.com/octoberswimmer/digger v0.20.0 h1:lISy66ngcQIxQh5eObQW4i0cxDCKo79lpl+g75uADww=
6464
github.com/octoberswimmer/digger v0.20.0/go.mod h1:AA7cTaYg5XVrxtEefW2ikTqkChsLfHF29Nw830aj9w0=
6565
github.com/octoberswimmer/sformula v0.3.0 h1:XYHKBP9ibE/mw3fC0X7J+1fnI1dtz+OIV3ZGi+VM6f0=

0 commit comments

Comments
 (0)