File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ import (
2828
2929 "hauler.dev/go/hauler/v2/internal/flags"
3030 v1 "hauler.dev/go/hauler/v2/pkg/apis/hauler.cattle.io/v1"
31+ "hauler.dev/go/hauler/v2/pkg/artifacts/chart"
3132 "hauler.dev/go/hauler/v2/pkg/artifacts/file"
3233 "hauler.dev/go/hauler/v2/pkg/audit"
3334 "hauler.dev/go/hauler/v2/pkg/consts"
34- "hauler.dev/go/hauler/v2/pkg/content/chart"
3535 "hauler.dev/go/hauler/v2/pkg/cosign"
3636 "hauler.dev/go/hauler/v2/pkg/getter"
3737 "hauler.dev/go/hauler/v2/pkg/log"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
1010 ocispec "github.com/opencontainers/image-spec/specs-go/v1"
1111 "helm.sh/helm/v4/pkg/action"
1212
13+ "hauler.dev/go/hauler/v2/pkg/artifacts/chart"
1314 "hauler.dev/go/hauler/v2/pkg/consts"
14- "hauler.dev/go/hauler/v2/pkg/content/chart"
1515)
1616
1717func TestNewChart (t * testing.T ) {
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ const (
2626 FileDirectoryConfigMediaType = "application/vnd.content.hauler.file.directory.config.v1+json"
2727 FileHttpConfigMediaType = "application/vnd.content.hauler.file.http.config.v1+json"
2828
29- // memory media types
30- MemoryConfigMediaType = "application/vnd.content.hauler.memory.config.v1+json"
31-
3229 // wasm media types
3330 WasmArtifactLayerMediaType = "application/vnd.wasm.content.layer.v1+wasm"
3431 WasmConfigMediaType = "application/vnd.wasm.config.v1+json"
You can’t perform that action at this time.
0 commit comments