Skip to content

Commit

Permalink
fix: remove hard-coded replace statement in generated go.mod
Browse files Browse the repository at this point in the history
This was used to local testing to ensure compatibility with operator-builder-tools.  Forgot
to remove it.

Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
  • Loading branch information
scottd018 committed Apr 17, 2024
1 parent ded0a2b commit 73f3b46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/plugins/workload/v1/scaffolds/templates/gomod.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ module {{ .Repo }}
go {{ .GoVersionMinimum }}
replace github.com/nukleros/operator-builder-tools => /Users/dscott/VSCode/github/scottd018/operator-builder-tools
require (
{{ range $package, $version := $.Dependencies }}
"{{ $package }}" {{ $version }}
Expand Down

0 comments on commit 73f3b46

Please sign in to comment.