ohlc: bump to merged main (exchange timezone, sorted events, dedup)

The 2024 pin predates the timezone/sorting/dedup fixes merged into ohlc
main (PR #1). Rebuilt binary in ~/go/bin.
This commit is contained in:
Greg Pomerantz 2026-08-31 21:31:34 -04:00
parent 85115af7c4
commit b968856316
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module git.wow.st/gmp/goget
go 1.23.0
require git.wow.st/gmp/ohlc v0.0.0-20241115230120-714064615eb3 // indirect
require git.wow.st/gmp/ohlc v0.0.0-20260831232849-584ec8753c65 // indirect

2
go.sum
View File

@ -2,3 +2,5 @@ git.wow.st/gmp/ohlc v0.0.0-20241115023606-83f41a06596c h1:etBdVfh2E4k00IzRBMuHsG
git.wow.st/gmp/ohlc v0.0.0-20241115023606-83f41a06596c/go.mod h1:QSSqMCu9AFoYtfqA9Hbfpxy3mp5MT/d4fk0AzYnuoo8=
git.wow.st/gmp/ohlc v0.0.0-20241115230120-714064615eb3 h1:HDrgOSn1k2EzP0XIZbToUvwW3GXmZSnddq+/Zv2R4Mc=
git.wow.st/gmp/ohlc v0.0.0-20241115230120-714064615eb3/go.mod h1:QSSqMCu9AFoYtfqA9Hbfpxy3mp5MT/d4fk0AzYnuoo8=
git.wow.st/gmp/ohlc v0.0.0-20260831232849-584ec8753c65 h1:lyn45usVujB4TtzVRO2m7WxXhZ0Uo4RdUW7bJX4uypk=
git.wow.st/gmp/ohlc v0.0.0-20260831232849-584ec8753c65/go.mod h1:QSSqMCu9AFoYtfqA9Hbfpxy3mp5MT/d4fk0AzYnuoo8=