We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a8e4f commit 2a845cbCopy full SHA for 2a845cb
go.mod
@@ -4,4 +4,9 @@ go 1.24.4
4
5
require golang.org/x/crypto v0.40.0
6
7
-require golang.org/x/sys v0.34.0 //indirect
+require (
8
+ github.com/fatih/color v1.18.0 // indirect
9
+ github.com/mattn/go-colorable v0.1.13 // indirect
10
+ github.com/mattn/go-isatty v0.0.20 // indirect
11
+ golang.org/x/sys v0.34.0 //indirect
12
+)
0 commit comments