Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
36 changes: 18 additions & 18 deletions cmd/operator/kodata/eventing-source/0.24/kafka/source.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ require (
github.com/google/go-github/v33 v33.0.0
github.com/manifestival/client-go-client v0.5.0
github.com/manifestival/manifestival v0.7.0
go.uber.org/zap v1.18.1
go.uber.org/zap v1.19.0
gocloud.dev v0.22.0
golang.org/x/mod v0.4.2
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
k8s.io/api v0.20.7
k8s.io/apimachinery v0.20.7
k8s.io/client-go v0.20.7
k8s.io/code-generator v0.20.7
knative.dev/caching v0.0.0-20210803185815-4e553d2275a0
knative.dev/eventing v0.25.0
knative.dev/hack v0.0.0-20210622141627-e28525d8d260
knative.dev/pkg v0.0.0-20210803160015-21eb4c167cc5
knative.dev/serving v0.25.0
knative.dev/caching v0.0.0-20210827131338-f4b23a326276
knative.dev/eventing v0.25.1-0.20210827062638-348cfb2a80fd
knative.dev/hack v0.0.0-20210806075220-815cd312d65c
knative.dev/pkg v0.0.0-20210827112638-4472e04552d3
knative.dev/serving v0.25.1-0.20210827131137-64a145caa09f
sigs.k8s.io/yaml v1.2.0
)
Loading