diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-07-10 06:09:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-10 06:09:06 +0300 |
commit | bf914a1498a69af229a66f78922c8b33c498c8f7 (patch) | |
tree | 31db7a3a75957f239059dc9698a8413b84b78818 /go.mod | |
parent | a045cc87d0a854e65e90a61e702a7733a3b10d36 (diff) | |
download | go-metatrader4-bf914a1498a69af229a66f78922c8b33c498c8f7.tar.xz go-metatrader4-bf914a1498a69af229a66f78922c8b33c498c8f7.zip |
Update module golang.org/x/text to v0.27.0 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ module go.popov.link/metatrader4 go 1.24.2 -require golang.org/x/text v0.26.0 +require golang.org/x/text v0.27.0 |