diff --git a/go.mod b/go.mod index eee1a7f4a..77e139cdf 100644 --- a/go.mod +++ b/go.mod @@ -2,10 +2,8 @@ module github.com/NearNodeFlash/nnf-sos go 1.19 -replace github.com/DataWorkflowServices/dws => ../dws - require ( - github.com/DataWorkflowServices/dws v0.0.1-0.20240102213032-8d38db39e6c6 + github.com/DataWorkflowServices/dws v0.0.1-0.20240207192901-62a0958c23f7 github.com/NearNodeFlash/lustre-fs-operator v0.0.1-0.20231031201943-531116c1194e github.com/NearNodeFlash/nnf-ec v0.0.0-20231010162453-a8168bb6a52f github.com/ghodss/yaml v1.0.0 diff --git a/go.sum b/go.sum index 60579e3f8..969aad175 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,7 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= +github.com/DataWorkflowServices/dws v0.0.1-0.20240207192901-62a0958c23f7 h1:0WwSoJBPDJIZbM0rgXZk2D+/lBc4EYnM8OE1MRgskjg= +github.com/DataWorkflowServices/dws v0.0.1-0.20240207192901-62a0958c23f7/go.mod h1:vSTBLWbsFjMYxx+sjMDyZpMXLY9m5Bp73cjnmAL30WU= github.com/HewlettPackard/structex v1.0.4 h1:RVTdN5FWhDWr1IkjllU8wxuLjISo4gr6u5ryZpzyHcA= github.com/HewlettPackard/structex v1.0.4/go.mod h1:3frC4RY/cPsP/4+N8rkxsNAGlQwHV+zDC7qvrN+N+rE= github.com/NearNodeFlash/lustre-fs-operator v0.0.1-0.20231031201943-531116c1194e h1:j+MNZYrAcwtaUxqA2CcJFyPLWhfxpO6fsIUXhXljY2U= diff --git a/vendor/github.com/DataWorkflowServices/dws/api/v1alpha2/systemconfiguration_types.go b/vendor/github.com/DataWorkflowServices/dws/api/v1alpha2/systemconfiguration_types.go index 4c1c0dd54..3143dd7b7 100644 --- a/vendor/github.com/DataWorkflowServices/dws/api/v1alpha2/systemconfiguration_types.go +++ b/vendor/github.com/DataWorkflowServices/dws/api/v1alpha2/systemconfiguration_types.go @@ -58,7 +58,7 @@ type SystemConfigurationStorageNode struct { // SystemConfigurationSpec describes the node layout of the system. This is filled in by // an administrator at software installation time. type SystemConfigurationSpec struct { - // ExternalComputeNodes is the list of computes nodes that are not + // ExternalComputeNodes is the list of compute nodes that are not // directly matched with any of the StorageNodes. ExternalComputeNodes []SystemConfigurationExternalComputeNode `json:"externalComputeNodes,omitempty"` diff --git a/vendor/github.com/DataWorkflowServices/dws/config/crd/bases/dataworkflowservices.github.io_systemconfigurations.yaml b/vendor/github.com/DataWorkflowServices/dws/config/crd/bases/dataworkflowservices.github.io_systemconfigurations.yaml index 736ca4eb3..2add1f73e 100644 --- a/vendor/github.com/DataWorkflowServices/dws/config/crd/bases/dataworkflowservices.github.io_systemconfigurations.yaml +++ b/vendor/github.com/DataWorkflowServices/dws/config/crd/bases/dataworkflowservices.github.io_systemconfigurations.yaml @@ -153,7 +153,7 @@ spec: time. properties: externalComputeNodes: - description: ExternalComputeNodes is the list of computes nodes that + description: ExternalComputeNodes is the list of compute nodes that are not directly matched with any of the StorageNodes. items: description: SystemConfigurationExternalComputeNode describes a diff --git a/vendor/modules.txt b/vendor/modules.txt index 071e659a2..00209be2b 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,4 +1,4 @@ -# github.com/DataWorkflowServices/dws v0.0.1-0.20240102213032-8d38db39e6c6 => ../dws +# github.com/DataWorkflowServices/dws v0.0.1-0.20240207192901-62a0958c23f7 ## explicit; go 1.19 github.com/DataWorkflowServices/dws/api/v1alpha2 github.com/DataWorkflowServices/dws/config/crd/bases @@ -791,4 +791,3 @@ sigs.k8s.io/structured-merge-diff/v4/value # sigs.k8s.io/yaml v1.3.0 ## explicit; go 1.12 sigs.k8s.io/yaml -# github.com/DataWorkflowServices/dws => ../dws