Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d73a908

Browse files
committedJun 4, 2020
The api repo is now pinned to the latest commit which contains bugfix
operator-framework/api#39. This update also removes the bou.ke/monkey dependency that has a very restrictive license.
1 parent 37d8ac0 commit d73a908

File tree

198 files changed

+3531
-8726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+3531
-8726
lines changed
 

‎go.mod

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ module github.com/operator-framework/operator-registry
33
go 1.13
44

55
require (
6+
github.com/Microsoft/hcsshim v0.8.9 // indirect
67
github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6
78
github.com/blang/semver v3.5.0+incompatible
89
github.com/containerd/containerd v1.3.2
10+
github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb // indirect
11+
github.com/containerd/ttrpc v1.0.1 // indirect
912
github.com/docker/cli v0.0.0-20200130152716-5d0cf8839492
1013
github.com/docker/distribution v2.7.1+incompatible
1114
github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce
15+
github.com/docker/docker-credential-helpers v0.6.3 // indirect
16+
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
1217
github.com/ghodss/yaml v1.0.0
1318
github.com/golang-migrate/migrate/v4 v4.6.2
1419
github.com/golang/mock v1.3.1
@@ -19,8 +24,9 @@ require (
1924
github.com/onsi/ginkgo v1.12.0
2025
github.com/onsi/gomega v1.9.0
2126
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
22-
github.com/operator-framework/api v0.3.4
23-
github.com/otiai10/copy v1.0.2
27+
github.com/opencontainers/runc v0.1.1 // indirect
28+
github.com/operator-framework/api v0.3.7-0.20200602203552-431198de9fc2
29+
github.com/otiai10/copy v1.2.0
2430
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
2531
github.com/pkg/errors v0.9.1
2632
github.com/sirupsen/logrus v1.4.2

‎go.sum

+26-144
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.