We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae3d320 + 1f2e06d commit 3a54b8bCopy full SHA for 3a54b8b
3 files changed
go.mod
@@ -10,6 +10,7 @@ require (
10
github.com/stretchr/testify v1.11.1
11
go.uber.org/mock v0.6.0
12
golang.org/x/net v0.49.0
13
+ gopkg.in/yaml.v3 v3.0.1
14
oras.land/oras-go/v2 v2.6.0
15
)
16
@@ -25,5 +26,4 @@ require (
25
26
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
27
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
28
google.golang.org/protobuf v1.36.10 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
29
0 commit comments