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.
2 parents 61f9e2a + 3cf9795 commit 1f4af4eCopy full SHA for 1f4af4e
go.mod
@@ -13,6 +13,7 @@ require (
13
google.golang.org/grpc v1.67.3
14
google.golang.org/protobuf v1.36.3
15
gopkg.in/yaml.v2 v2.4.0
16
+ gopkg.in/yaml.v3 v3.0.1
17
)
18
19
require (
@@ -28,5 +29,4 @@ require (
28
29
golang.org/x/text v0.21.0 // indirect
30
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
31
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
32
0 commit comments