Skip to content

Commit

Permalink
re-vendor
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Sep 13, 2023
1 parent cba968a commit 7e6027e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/NearNodeFlash/nnf-sos
go 1.19

require (
github.com/DataWorkflowServices/dws v0.0.1-0.20230913193551-2ee6df5c8f3d
github.com/NearNodeFlash/lustre-fs-operator v0.0.1-0.20230913194514-b3de4661519a
github.com/DataWorkflowServices/dws v0.0.1-0.20230913204342-e78d55d24550
github.com/NearNodeFlash/lustre-fs-operator v0.0.1-0.20230913205432-6ec0d2240086
github.com/NearNodeFlash/nnf-ec v0.0.0-20230526161255-cfb2d89b35d7
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v1.2.4
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.34.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.20230913193551-2ee6df5c8f3d h1:h1KajEbTArilowKKS7hg3Q2MyBkdk68/AmWJRvgv7xw=
github.com/DataWorkflowServices/dws v0.0.1-0.20230913193551-2ee6df5c8f3d/go.mod h1:ZQsfcByZ05Ah9yrgOJsN3JPz4jo374DrdVv8kvcIquA=
github.com/DataWorkflowServices/dws v0.0.1-0.20230913204342-e78d55d24550 h1:AMJUdu+Rt5vLEWbdnI5LDqytR5tgZbkYTS9fztMWNL4=
github.com/DataWorkflowServices/dws v0.0.1-0.20230913204342-e78d55d24550/go.mod h1:ZQsfcByZ05Ah9yrgOJsN3JPz4jo374DrdVv8kvcIquA=
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.20230913194514-b3de4661519a h1:IYZulSyDlWL0H4ulbvzR7klbUKNhQxc02Kf9NW/++8U=
github.com/NearNodeFlash/lustre-fs-operator v0.0.1-0.20230913194514-b3de4661519a/go.mod h1:pFelIrkMeG0HawfIOphB2A79I22/g3Y7lHrWLEjgD/M=
github.com/NearNodeFlash/lustre-fs-operator v0.0.1-0.20230913205432-6ec0d2240086 h1:pJKYGZElKurCoec994QQxK4iDB/Sey86n2q1ovqzU8c=
github.com/NearNodeFlash/lustre-fs-operator v0.0.1-0.20230913205432-6ec0d2240086/go.mod h1:SXdA2CM7WbUOaWaBIofA4laE7aDVeFZlYLwf0xsFfEE=
github.com/NearNodeFlash/nnf-ec v0.0.0-20230526161255-cfb2d89b35d7 h1:y4E3b/Ta6sqv+huYQXYKZmPCMWMZtG2kV8/qgTIpzFI=
github.com/NearNodeFlash/nnf-ec v0.0.0-20230526161255-cfb2d89b35d7/go.mod h1:11Ol46sAWdqlj3WmIFTzKO+UxQX3lvWBqpe6yaiMEIg=
github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/DataWorkflowServices/dws v0.0.1-0.20230913193551-2ee6df5c8f3d
# github.com/DataWorkflowServices/dws v0.0.1-0.20230913204342-e78d55d24550
## explicit; go 1.19
github.com/DataWorkflowServices/dws/api/v1alpha2
github.com/DataWorkflowServices/dws/config/crd/bases
Expand All @@ -11,7 +11,7 @@ github.com/DataWorkflowServices/dws/utils/updater
# github.com/HewlettPackard/structex v1.0.4
## explicit; go 1.14
github.com/HewlettPackard/structex
# github.com/NearNodeFlash/lustre-fs-operator v0.0.1-0.20230913194514-b3de4661519a
# github.com/NearNodeFlash/lustre-fs-operator v0.0.1-0.20230913205432-6ec0d2240086
## explicit; go 1.19
github.com/NearNodeFlash/lustre-fs-operator/api/v1beta1
github.com/NearNodeFlash/lustre-fs-operator/config/crd/bases
Expand Down

0 comments on commit 7e6027e

Please sign in to comment.