Skip to content

Commit 3a54b8b

Browse files
authored
Merge pull request #23 from stacklok/oci-skills-packager-impl
Add OCI skill packager using ocispec types
2 parents ae3d320 + 1f2e06d commit 3a54b8b

3 files changed

Lines changed: 1162 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
github.com/stretchr/testify v1.11.1
1111
go.uber.org/mock v0.6.0
1212
golang.org/x/net v0.49.0
13+
gopkg.in/yaml.v3 v3.0.1
1314
oras.land/oras-go/v2 v2.6.0
1415
)
1516

@@ -25,5 +26,4 @@ require (
2526
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
2627
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
2728
google.golang.org/protobuf v1.36.10 // indirect
28-
gopkg.in/yaml.v3 v3.0.1 // indirect
2929
)

0 commit comments

Comments
 (0)