We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e6fde commit bebaed7Copy full SHA for bebaed7
libs/public/go/sdk/v2alpha/go.mod
@@ -17,6 +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 (
@@ -51,6 +52,4 @@ require (
51
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
- gopkg.in/yaml.v3 v3.0.1 // indirect
55
56
-
0 commit comments