Skip to content

Commit 62e0507

Browse files
committed
perf: update deps
1 parent 26e97d3 commit 62e0507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require (
99
github.com/spf13/viper v1.19.0
1010
golang.org/x/crypto v0.31.0
1111
golang.org/x/term v0.27.0
12+
gopkg.in/yaml.v3 v3.0.1
1213
)
1314

1415
require (
@@ -30,5 +31,4 @@ require (
3031
golang.org/x/sys v0.28.0 // indirect
3132
golang.org/x/text v0.21.0 // indirect
3233
gopkg.in/ini.v1 v1.67.0 // indirect
33-
gopkg.in/yaml.v3 v3.0.1 // indirect
3434
)

0 commit comments

Comments
 (0)