File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.21 as builder
2+ FROM golang:1.21 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change 3737 properties :
3838 entryId :
3939 type : string
40+ vaultId :
41+ type : string
4042 required :
4143 - entryId
44+ - vaultId
4245 type : object
4346 status :
4447 description : DvlsSecretStatus defines the observed state of DvlsSecret
Original file line number Diff line number Diff line change 55toolchain go1.21.4
66
77require (
8- github.com/Devolutions/go-dvls v0.12.2
8+ github.com/Devolutions/go-dvls v0.13.0
99 github.com/onsi/ginkgo/v2 v2.14.0
1010 github.com/onsi/gomega v1.30.0
1111 k8s.io/api v0.29.1
Original file line number Diff line number Diff line change 1- github.com/Devolutions/go-dvls v0.12.2 h1:7qptA5gw8JVtEJuTBmfDHOFfkGY6XMRobvg6InIEa+4 =
2- github.com/Devolutions/go-dvls v0.12.2 /go.mod h1:4O3lb/RK1P1cDwU5auVi7CM4gRER7EuwyLwMVuEZjgg =
1+ github.com/Devolutions/go-dvls v0.13.0 h1:ct0UByARy4ZUOUE2+caUlT8cnkIl+8PXtKJOnox+YOw =
2+ github.com/Devolutions/go-dvls v0.13.0 /go.mod h1:4O3lb/RK1P1cDwU5auVi7CM4gRER7EuwyLwMVuEZjgg =
33github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
44github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
55github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44 =
You can’t perform that action at this time.
0 commit comments