We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49a2f0 commit 37bbf2bCopy full SHA for 37bbf2b
libs/public/go/sdk/v2alpha/go.mod
@@ -17,7 +17,7 @@ require (
17
github.com/spf13/afero v1.11.0
18
github.com/spf13/viper v1.19.0
19
google.golang.org/protobuf v1.36.1
20
- gopkg.in/yaml.v3 v3.0.1
+
21
)
22
23
require (
@@ -52,4 +52,5 @@ require (
52
golang.org/x/text v0.19.0 // indirect
53
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
54
gopkg.in/ini.v1 v1.67.0 // indirect
55
+ gopkg.in/yaml.v3 v3.0.1 // indirect
56
0 commit comments