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 Jul 9, 2024
1 parent f88bb98 commit 8cc3bca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ module github.com/NearNodeFlash/lustre-fs-operator

go 1.21

replace github.com/DataWorkflowServices/dws => ../dws

require (
github.com/DataWorkflowServices/dws v0.0.1-0.20240628142816-167b50149e2d
github.com/DataWorkflowServices/dws v0.0.1-0.20240709160056-4a27e5a8dc76
github.com/google/go-cmp v0.6.0
github.com/google/gofuzz v1.2.0
github.com/google/uuid v1.3.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/DataWorkflowServices/dws v0.0.1-0.20240709160056-4a27e5a8dc76 h1:zmkxPaKpObtIudHxDGnvQbSof7wbYYDf8CA7YXsjCv0=
github.com/DataWorkflowServices/dws v0.0.1-0.20240709160056-4a27e5a8dc76/go.mod h1:6MrEEHISskyooSKcKU6R3mFqH6Yh6KzWgajhcw2s+nM=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
Expand Down
3 changes: 1 addition & 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.20240628142816-167b50149e2d => ../dws
# github.com/DataWorkflowServices/dws v0.0.1-0.20240709160056-4a27e5a8dc76
## explicit; go 1.21
github.com/DataWorkflowServices/dws/utils/updater
# github.com/beorn7/perks v1.0.1
Expand Down Expand Up @@ -649,4 +649,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

0 comments on commit 8cc3bca

Please sign in to comment.