Skip to content

Commit 191da73

Browse files
renovate[bot]guewa
andauthored
fix(deps): update module ocm.software/ocm to v0.33.0 (#137)
* fix(deps): update module ocm.software/ocm to v0.33.0 * fix: ocm update needs replace in go.mod, plus more updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Günther Wannenmacher <[email protected]>
1 parent b47be16 commit 191da73

File tree

5 files changed

+533
-496
lines changed

5 files changed

+533
-496
lines changed

cmd/control-plane-operator/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ limitations under the License.
1717
package main
1818

1919
import (
20+
"context"
2021
"embed"
2122
"flag"
2223
"os"
2324
"time"
2425

2526
"k8s.io/apimachinery/pkg/types"
2627

27-
"golang.org/x/net/context"
2828
"sigs.k8s.io/controller-runtime/pkg/client"
2929

3030
"github.com/openmcp-project/control-plane-operator/cmd/options"

0 commit comments

Comments
 (0)