diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-07 23:31:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-07 23:31:37 +0300 |
commit | 1d635b187a55107df42879613f8e06de1f154c37 (patch) | |
tree | b83b6e04180369c9d6589c4125f411dba47a80e4 | |
parent | 452b0d407689e32aba387ae39eeae1835848a199 (diff) | |
download | go-metatrader4-1d635b187a55107df42879613f8e06de1f154c37.tar.xz go-metatrader4-1d635b187a55107df42879613f8e06de1f154c37.zip |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -2,4 +2,4 @@ module go.popov.link/metatrader4 go 1.24.2 -require golang.org/x/text v0.27.0 +require golang.org/x/text v0.28.0 @@ -4,3 +4,5 @@ golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M= golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA= golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4= golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU= +golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng= +golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU= |