Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit e47a95d

Browse files
committed
Prepare Go 1.25.5 package for predownloaded x/text module
- Mark golang.org/x/text as an indirect dependency in go.mod - Add corresponding checksum entry in go.sum This ensures the x/text module is properly vendored and verified.
1 parent 8552867 commit e47a95d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/go/1.25.5/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module piston
22

33
go 1.25.5
44

5-
require golang.org/x/text v0.34.0
5+
require golang.org/x/text v0.34.0 // indirect

packages/go/1.25.5/go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
golang.org/x/text v0.34.0 h1:oL/Qq0Kdaqxa1KbNeMKwQq0reLCCaFtqu2eNuSeNHbk=
12
golang.org/x/text v0.34.0/go.mod h1:homfLqTYRFyVYemLBFl5GgL/DWEiH5wcsQ5gSh1yziA=

0 commit comments

Comments
 (0)