Skip to content

Commit a7c095b

Browse files
committed
Fix required block
1 parent 558750e commit a7c095b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

go.mod

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,8 @@ require (
1212
github.com/spf13/cobra v1.10.2
1313
github.com/spf13/viper v1.21.0
1414
github.com/stretchr/testify v1.11.1
15-
)
16-
17-
require (
1815
github.com/mattn/go-colorable v0.1.13 // indirect
1916
github.com/mattn/go-isatty v0.0.20 // indirect
20-
)
21-
22-
require (
2317
github.com/aymerick/douceur v0.2.0 // indirect
2418
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2519
github.com/fsnotify/fsnotify v1.9.0 // indirect

0 commit comments

Comments
 (0)