Skip to content

Commit 48c65a5

Browse files
author
Mikalai Radchuk
committed
Remove solver leftovers
Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent 7fb9abc commit 48c65a5

19 files changed

+0
-1999
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ require (
1010
github.com/go-logr/logr v1.4.1
1111
github.com/google/go-cmp v0.6.0
1212
github.com/operator-framework/catalogd v0.12.0
13-
github.com/operator-framework/deppy v0.3.0
1413
github.com/operator-framework/operator-registry v1.39.0
1514
github.com/operator-framework/rukpak v0.19.0
1615
github.com/spf13/pflag v1.0.5
@@ -35,7 +34,6 @@ require (
3534
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
3635
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
3736
github.com/fsnotify/fsnotify v1.7.0 // indirect
38-
github.com/go-air/gini v1.0.4 // indirect
3937
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
4038
github.com/go-git/go-billy/v5 v5.5.0 // indirect
4139
github.com/go-git/go-git/v5 v5.11.0 // indirect

go.sum

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI
3131
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
3232
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
3333
github.com/gliderlabs/ssh v0.2.2/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0=
34-
github.com/go-air/gini v1.0.4 h1:lteMAxHKNOAjIqazL/klOJJmxq6YxxSuJ17MnMXny+s=
35-
github.com/go-air/gini v1.0.4/go.mod h1:dd8RvT1xcv6N1da33okvBd8DhMh1/A4siGy6ErjTljs=
3634
github.com/go-git/gcfg v1.5.0/go.mod h1:5m20vg6GwYabIxaOonVkTdrILxQMpEShl1xiMF4ua+E=
3735
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
3836
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
@@ -128,8 +126,6 @@ github.com/operator-framework/api v0.23.0 h1:kHymOwcHBpBVujT49SKOCd4EVG7Odwj4wl3
128126
github.com/operator-framework/api v0.23.0/go.mod h1:oKcFOz+Xc1UhMi2Pzcp6qsO7wjS4r+yP7EQprQBXrfM=
129127
github.com/operator-framework/catalogd v0.12.0 h1:Cww+CyowkfTFugB9ZjUDpKvumh2vPe/TjCUpMHDmVBM=
130128
github.com/operator-framework/catalogd v0.12.0/go.mod h1:4lryGtBTVOdqlKR0MaVYnlsSOc7HiagVRVo3J4uIo7E=
131-
github.com/operator-framework/deppy v0.3.0 h1:W8wpF0ehcTAdH2WfMyqMPI5Ja0Qv8M5FMO5cXgJvEQ8=
132-
github.com/operator-framework/deppy v0.3.0/go.mod h1:EHDxZz8fKGvuymCng3G/Ou7wuX14GaLr0cmf2u29Oog=
133129
github.com/operator-framework/operator-registry v1.39.0 h1:GiAlmA2h16sLpLjVIuURd2ANm7wYoUbssGCJbdGauYw=
134130
github.com/operator-framework/operator-registry v1.39.0/go.mod h1:PxN7myibIBIHeXTNu65tIJkCl1HuFDMU3NN6jrPHJLs=
135131
github.com/operator-framework/rukpak v0.19.0 h1:8cW43z4jsvARlsmj2eum5bAsZEvSxqDwfMW3dSq1zq8=

internal/controllers/variables.go

Lines changed: 0 additions & 60 deletions
This file was deleted.

internal/controllers/variables_test.go

Lines changed: 0 additions & 127 deletions
This file was deleted.

internal/resolution/variables/bundle.go

Lines changed: 0 additions & 67 deletions
This file was deleted.

internal/resolution/variables/bundle_test.go

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)