Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Fix recording events #142

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ require (
sigs.k8s.io/controller-runtime v0.12.3
)

replace sigs.k8s.io/container-object-storage-interface-api v0.1.1-0.20240614180747-8f3e21933592 => github.com/aenix-io/container-object-storage-interface-api v0.0.0-20240801145845-3157557a6

require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
Expand Down