Commit 5aaf857
Fix go-mod warnings
Get rid of
```
go: github.com/openshift/[email protected]: invalid version: unknown revision v0.0.0
go: github.com/openshift/[email protected]: invalid version: unknown revision v0.0.0
go: github.com/rancher/rancher/pkg/[email protected]: invalid version: unknown revision pkg/apis/v0.0.0
```
The module versions were taken from the Harvester v1.5.1 which adds them as indirect requirements to node-disk-manager.
```
$ go mod graph | grep github.com/openshift/api
github.com/harvester/[email protected] github.com/openshift/[email protected]
$ go mod graph | grep github.com/openshift/client-go
github.com/harvester/[email protected] github.com/openshift/[email protected]
$ go mod graph | grep github.com/rancher/rancher/pkg/apis
github.com/harvester/[email protected] github.com/rancher/rancher/pkg/[email protected]
```
Signed-off-by: Volker Theile <[email protected]>1 parent bdd5a84 commit 5aaf857
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
775 | 778 | | |
776 | 779 | | |
777 | 780 | | |
| |||
0 commit comments