Many: move to koji upload implementation from osbuild/images
Delete the `internal/upload/koji` package and replace it with `pkg/upload/koji` package provided by `osbuild/images`. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
7a580f79ae
commit
3e3f9a0789
11 changed files with 8 additions and 215 deletions
|
|
@ -24,7 +24,7 @@ import (
|
|||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/osbuild/images/pkg/platform"
|
||||
"github.com/osbuild/osbuild-composer/internal/upload/koji"
|
||||
"github.com/osbuild/images/pkg/upload/koji"
|
||||
)
|
||||
|
||||
func TestKojiRefund(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue