| commit | e47e9ea14373b39c5f45a158b2ba5d188c62fa30 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Nov 06 14:49:50 2025 +0000 |
| committer | Akron <nils@diewald-online.de> | Thu Nov 06 15:50:41 2025 +0100 |
| tree | 1d34a973574deda9fb186e66e13141b70223e90f | |
| parent | 82b75edcbddb0f26eadce396b51194bc0833897b [diff] [blame] |
Bump golang.org/x/text from 0.27.0 to 0.30.0 (closes #49) Bumps [golang.org/x/text](https://github.com/golang/text) from 0.27.0 to 0.30.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.27.0...v0.30.0) Change-Id: I95dabdd9d382cf64c1bdf2a88c7ca3afda921c9e --- updated-dependencies: - dependency-name: golang.org/x/text dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I7043e56400d16abacdf4c0c429faacd2e69131a9
diff --git a/go.mod b/go.mod index 84b1d06..3a55401 100644 --- a/go.mod +++ b/go.mod
@@ -1,8 +1,6 @@ module github.com/KorAP/Kalamar-Plugin-ExternalResources -go 1.23.0 - -toolchain go1.23.7 +go 1.24.0 // replace github.com/golang/protobuf => google.golang.org/protobuf v1.31.0 @@ -15,7 +13,7 @@ github.com/joho/godotenv v1.5.1 github.com/mattn/go-jsonpointer v0.0.1 github.com/stretchr/testify v1.11.1 - golang.org/x/text v0.27.0 + golang.org/x/text v0.30.0 ) require (