Skip to content

Commit e8ebd79

Browse files
committed
Revendor dws
Signed-off-by: Anthony Floeder <anthony.floeder@hpe.com>
1 parent 66d7d0c commit e8ebd79

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818

1919
# Build the manager binary
20-
FROM golang:1.23 AS builder
20+
FROM golang:1.25 AS builder
2121

2222
ARG TARGETARCH
2323
ARG TARGETOS

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/NearNodeFlash/lustre-fs-operator
22

3-
go 1.23.9
3+
go 1.25.7
44

55
require (
6-
github.com/DataWorkflowServices/dws v0.0.1-0.20260217162004-9c3e31c5c6c6
6+
github.com/DataWorkflowServices/dws v0.0.1-0.20260306145524-95221df17459
77
github.com/google/go-cmp v0.6.0
88
github.com/google/gofuzz v1.2.0
99
github.com/google/uuid v1.3.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataWorkflowServices/dws v0.0.1-0.20260217162004-9c3e31c5c6c6 h1:L/T+zQdDjLv+gCFE1baLaY2ONyFHmWhhLkFwJFyLWd8=
2-
github.com/DataWorkflowServices/dws v0.0.1-0.20260217162004-9c3e31c5c6c6/go.mod h1:NbNOIG2ybY2XHVSJn0KF7edPlX3I1ji7je6MGzuPeaA=
1+
github.com/DataWorkflowServices/dws v0.0.1-0.20260306145524-95221df17459 h1:ogwsUeReDUuzIRJvS7stojuuSODVDnltwNjbCDKzb8E=
2+
github.com/DataWorkflowServices/dws v0.0.1-0.20260306145524-95221df17459/go.mod h1:fFkYvzd5+MSlhWs1j0vYzLSIK5BAK/zVClXJBCuCb8I=
33
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
44
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
55
github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# github.com/DataWorkflowServices/dws v0.0.1-0.20260217162004-9c3e31c5c6c6
2-
## explicit; go 1.23.9
1+
# github.com/DataWorkflowServices/dws v0.0.1-0.20260306145524-95221df17459
2+
## explicit; go 1.25.7
33
github.com/DataWorkflowServices/dws/utils/updater
44
# github.com/beorn7/perks v1.0.1
55
## explicit; go 1.11

0 commit comments

Comments
 (0)