Skip to content

Commit 3c2677e

Browse files
authored
Bump operator-framework API to 0.10.5 (#737)
1 parent 3f370e6 commit 3c2677e

File tree

1,529 files changed

+117765
-23693
lines changed

Some content is hidden

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

1,529 files changed

+117765
-23693
lines changed

go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ require (
2222
github.com/gofrs/uuid v3.3.0+incompatible // indirect
2323
github.com/golang-migrate/migrate/v4 v4.6.2
2424
github.com/golang/mock v1.4.1
25-
github.com/golang/protobuf v1.4.3
26-
github.com/google/go-cmp v0.5.2
25+
github.com/golang/protobuf v1.5.2
26+
github.com/google/go-cmp v0.5.6
2727
github.com/gorilla/handlers v1.4.2 // indirect
2828
github.com/grpc-ecosystem/grpc-health-probe v0.3.2
2929
github.com/h2non/filetype v1.1.1
@@ -32,35 +32,35 @@ require (
3232
github.com/mattn/go-sqlite3 v1.10.0
3333
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
3434
github.com/mitchellh/hashstructure/v2 v2.0.2
35-
github.com/onsi/ginkgo v1.14.1
36-
github.com/onsi/gomega v1.10.2
35+
github.com/onsi/ginkgo v1.16.4
36+
github.com/onsi/gomega v1.13.0
3737
github.com/opencontainers/go-digest v1.0.0
3838
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
39-
github.com/operator-framework/api v0.7.1
39+
github.com/operator-framework/api v0.10.5
4040
github.com/otiai10/copy v1.2.0
4141
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
4242
github.com/pkg/errors v0.9.1
43-
github.com/sirupsen/logrus v1.6.0
43+
github.com/sirupsen/logrus v1.7.0
4444
github.com/spf13/afero v1.6.0 // indirect
45-
github.com/spf13/cobra v1.1.1
46-
github.com/stretchr/testify v1.6.1
45+
github.com/spf13/cobra v1.1.3
46+
github.com/stretchr/testify v1.7.0
4747
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
4848
github.com/yvasiyarov/gorelic v0.0.7 // indirect
4949
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
5050
go.etcd.io/bbolt v1.3.5
51-
golang.org/x/mod v0.3.0
52-
golang.org/x/net v0.0.0-20210326060303-6b1517762897
53-
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
51+
golang.org/x/mod v0.4.2
52+
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
53+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
5454
google.golang.org/grpc v1.30.0
5555
google.golang.org/grpc/cmd/protoc-gen-go-grpc v0.0.0-20200709232328-d8193ee9cc3e
56-
google.golang.org/protobuf v1.25.0
57-
gopkg.in/yaml.v2 v2.3.0
58-
k8s.io/api v0.20.6
59-
k8s.io/apiextensions-apiserver v0.20.6
60-
k8s.io/apimachinery v0.20.6
61-
k8s.io/client-go v0.20.6
56+
google.golang.org/protobuf v1.26.0
57+
gopkg.in/yaml.v2 v2.4.0
58+
k8s.io/api v0.21.1
59+
k8s.io/apiextensions-apiserver v0.21.1
60+
k8s.io/apimachinery v0.21.1
61+
k8s.io/client-go v0.21.1
6262
k8s.io/kubectl v0.20.6
63-
sigs.k8s.io/controller-runtime v0.8.0
63+
sigs.k8s.io/controller-runtime v0.9.0
6464
sigs.k8s.io/kind v0.11.1
6565
sigs.k8s.io/yaml v1.2.0
6666
)

go.sum

Lines changed: 136 additions & 195 deletions
Large diffs are not rendered by default.

vendor/github.com/docker/spdystream/LICENSE.docs

Lines changed: 0 additions & 425 deletions
This file was deleted.

vendor/github.com/docker/spdystream/handlers.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

vendor/github.com/docker/spdystream/utils.go

Lines changed: 0 additions & 16 deletions
This file was deleted.

vendor/github.com/evanphx/json-patch/.travis.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

vendor/github.com/evanphx/json-patch/README.md

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanphx/json-patch/merge.go

Lines changed: 18 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanphx/json-patch/patch.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-logr/logr/discard.go

Lines changed: 26 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)