Skip to content

Commit cdc52a2

Browse files
Update go.mod dependencies
-------- index dd40fc9..9d798bc 100644
1 parent ced1a7a commit cdc52a2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/thresholder/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
golang.org/x/net v0.56.0 // indirect
2323
golang.org/x/sync v0.21.0 // indirect
2424
golang.org/x/sys v0.46.0 // indirect
25-
golang.org/x/text v0.38.0 // indirect
25+
golang.org/x/text v0.39.0 // indirect
2626
golang.org/x/tools v0.47.0 // indirect
2727
)
2828

src/thresholder/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ golang.org/x/sync v0.21.0 h1:HLII4xRRTtCRkxYp4HNFF0Js/Og6q2i++KXbg0gHCwM=
6262
golang.org/x/sync v0.21.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
6363
golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=
6464
golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
65-
golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE=
66-
golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4=
65+
golang.org/x/text v0.39.0 h1:UbZz4pLOvn600D6Oh6GGEI6VAmndrEBLv8/6BEXzyus=
66+
golang.org/x/text v0.39.0/go.mod h1:3UwRclnC2g0TU9x8PZiyfOajCd1zaUNHF9cvqcQZ+ZM=
6767
golang.org/x/tools v0.47.0 h1:7Kn5x/d1svx/PzryTsqeoZN4TZwqeH5pGWjefhLi/1Q=
6868
golang.org/x/tools v0.47.0/go.mod h1:dFHnyTvFWY212G+h7ZY4Vsp/K3U4/7W9TyVaAul8uCA=
6969
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=

src/thresholder/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ golang.org/x/sync/errgroup
8484
# golang.org/x/sys v0.46.0
8585
## explicit; go 1.25.0
8686
golang.org/x/sys/unix
87-
# golang.org/x/text v0.38.0
87+
# golang.org/x/text v0.39.0
8888
## explicit; go 1.25.0
8989
golang.org/x/text/encoding
9090
golang.org/x/text/encoding/charmap

0 commit comments

Comments
 (0)