File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/spf13/cobra v1.9.1
13
13
github.com/spf13/pflag v1.0.7
14
14
github.com/spf13/viper v1.20.1
15
- github.com/stretchr/testify v1.10.0
15
+ github.com/stretchr/testify v1.11.1
16
16
go.etcd.io/bbolt v1.4.2
17
17
golang.org/x/sync v0.16.0
18
18
golang.org/x/sys v0.35.0
Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
91
91
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
92
92
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
93
93
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
94
+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
95
+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
94
96
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8 =
95
97
github.com/subosito/gotenv v1.6.0 /go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU =
96
98
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no =
Original file line number Diff line number Diff line change 32
32
] ;
33
33
} ;
34
34
35
- vendorHash = "sha256-OkqO9rC4K2JOT/yoSU2dBKs1KbJO4lo/AtrvJsvS/Rg =" ;
35
+ vendorHash = "sha256-uqQDnV11M5WIT5Wr/zmJKHPGKsZ1KJPSz/LbfB7qhFU =" ;
36
36
37
37
env . CGO_ENABLED = 0 ;
38
38
You can’t perform that action at this time.
0 commit comments