We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef32c44 commit b942ba7Copy full SHA for b942ba7
go.mod
@@ -2,7 +2,7 @@ module github.com/Zedran/neng
2
3
go 1.23.0
4
5
-require golang.org/x/text v0.21.0
+require golang.org/x/text v0.24.0
6
7
retract v0.9.0 // Retract v0.9.0 due to a post-publishing modification
8
go.sum
@@ -1,2 +1,2 @@
1
-golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
-golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
+golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
+golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=
0 commit comments