Skip to content

Commit 4357be1

Browse files
authoredFeb 27, 2020
Merge pull request operator-framework#198 from Bowenislandsong/resolvingCycDependency
Removing olm dependency
2 parents 3da1da2 + 3643985 commit 4357be1

File tree

35 files changed

+1656
-1410
lines changed

35 files changed

+1656
-1410
lines changed
 

‎go.mod

+1-2
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

+2-310
Large diffs are not rendered by default.

‎pkg/lib/bundle/validate.go

+1-1
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)
Please sign in to comment.