Skip to content

Commit 2a845cb

Browse files
author
Coderian
authored
Update go.mod
1 parent 61a8e4f commit 2a845cb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

go.mod

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ go 1.24.4
44

55
require golang.org/x/crypto v0.40.0
66

7-
require golang.org/x/sys v0.34.0 //indirect
7+
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

Comments
 (0)