From b96885631692c99a2856229325565d2bfae0ba99 Mon Sep 17 00:00:00 2001 From: Greg Pomerantz Date: Mon, 31 Aug 2026 21:31:34 -0400 Subject: [PATCH] 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. --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f5e1a47..e456982 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 931e33a..0eb354e 100644 --- a/go.sum +++ b/go.sum @@ -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=