Skip to content

Commit 3643985

Browse files
author
bowenislandsong
committed
Removing olm dependency
This PR follows removing dependency olm pr operator-framework/api#14 from api repo. With api adding necessary registry dependency of olm, registry will only need to rely on api repo and remove the cyclic dependecy. Source of truth will be on api repo.
1 parent d5d62c2 commit 3643985

File tree

35 files changed

+1656
-1410
lines changed

35 files changed

+1656
-1410
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ require (
1414
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
1515
github.com/onsi/ginkgo v1.10.1
1616
github.com/onsi/gomega v1.7.0
17-
github.com/operator-framework/api v0.0.0-20200120235816-80fd2f1a09c9
18-
github.com/operator-framework/operator-lifecycle-manager v0.0.0-20191115003340-16619cd27fa5
17+
github.com/operator-framework/api v0.1.0
1918
github.com/otiai10/copy v1.0.1
2019
github.com/pkg/errors v0.8.1
2120
github.com/sirupsen/logrus v1.4.2

go.sum

Lines changed: 2 additions & 310 deletions
Large diffs are not rendered by default.

pkg/lib/bundle/validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"path/filepath"
88
"strings"
99

10+
v1 "github.com/operator-framework/api/pkg/operators/v1alpha1"
1011
v "github.com/operator-framework/api/pkg/validation"
11-
v1 "github.com/operator-framework/operator-lifecycle-manager/pkg/api/apis/operators/v1alpha1"
1212
"github.com/operator-framework/operator-registry/pkg/containertools"
1313
"github.com/operator-framework/operator-registry/pkg/registry"
1414

0 commit comments

Comments
 (0)