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 26e97d3 commit 62e0507Copy full SHA for 62e0507
go.mod
@@ -9,6 +9,7 @@ require (
9
github.com/spf13/viper v1.19.0
10
golang.org/x/crypto v0.31.0
11
golang.org/x/term v0.27.0
12
+ gopkg.in/yaml.v3 v3.0.1
13
)
14
15
require (
@@ -30,5 +31,4 @@ require (
30
31
golang.org/x/sys v0.28.0 // indirect
32
golang.org/x/text v0.21.0 // indirect
33
gopkg.in/ini.v1 v1.67.0 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
34
0 commit comments