We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abec54 commit 19a5922Copy full SHA for 19a5922
1 file changed
go.mod
@@ -14,6 +14,7 @@ require (
14
github.com/spf13/cobra v1.9.1
15
github.com/spf13/pflag v1.0.6
16
github.com/squarecloudofc/sdk-api-go v1.0.0
17
+ golang.org/x/text v0.21.0
18
)
19
20
require (
@@ -38,5 +39,4 @@ require (
38
39
golang.org/x/sync v0.10.0 // indirect
40
golang.org/x/sys v0.30.0 // indirect
41
golang.org/x/term v0.27.0 // indirect
- golang.org/x/text v0.21.0 // indirect
42
0 commit comments