Skip to content

Commit

Permalink
image: replace "upload {aws|azure|gcp}" with uplosi
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Jan 4, 2024
1 parent 87346a0 commit 177ccf1
Show file tree
Hide file tree
Showing 22 changed files with 253 additions and 2,477 deletions.
15 changes: 2 additions & 13 deletions image/upload/internal/cmd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,15 @@ go_library(
name = "cmd",
srcs = [
"api.go",
"aws.go",
"azure.go",
"flags.go",
"gcp.go",
"image.go",
"info.go",
"measurements.go",
"measurementsenvelope.go",
"measurementsmerge.go",
"measurementsupload.go",
"must.go",
"nop.go",
"openstack.go",
"qemu.go",
"secureboot.go",
"upload.go",
"uplosi.go",
],
importpath = "github.com/edgelesssys/constellation/v2/image/upload/internal/cmd",
visibility = ["//image/upload:__subpackages__"],
Expand All @@ -30,14 +23,10 @@ go_library(
"//internal/logger",
"//internal/osimage",
"//internal/osimage/archive",
"//internal/osimage/aws",
"//internal/osimage/azure",
"//internal/osimage/gcp",
"//internal/osimage/imageinfo",
"//internal/osimage/measurementsuploader",
"//internal/osimage/nop",
"//internal/osimage/secureboot",
"@com_github_spf13_afero//:afero",
"//internal/osimage/uplosi",
"@com_github_spf13_cobra//:cobra",
"@org_uber_go_zap//zapcore",
],
Expand Down
106 changes: 0 additions & 106 deletions image/upload/internal/cmd/aws.go

This file was deleted.

107 changes: 0 additions & 107 deletions image/upload/internal/cmd/azure.go

This file was deleted.

Loading

0 comments on commit 177ccf1

Please sign in to comment.