Skip to content

Commit

Permalink
move util.go to subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
nasark committed Sep 18, 2023
1 parent 8c1edd0 commit 92b8391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package miqtools
package utils

import (
"context"
Expand Down
2 changes: 2 additions & 0 deletions manageiq-operator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ require (
replace github.com/gogo/protobuf v1.3.1 => github.com/gogo/protobuf v1.3.2 // Fix CVE-2021-3121

replace k8s.io/client-go v0.27.4 => k8s.io/client-go v0.28.0-rc.0 // https://github.com/kubernetes/client-go/issues/1265

replace github.com/ManageIQ/manageiq-pods/manageiq-operator => github.com/nasark/manageiq-pods/manageiq-operator

0 comments on commit 92b8391

Please sign in to comment.