Skip to content

Commit 819bf74

Browse files
Bump github.com/swisscom/leaselocker from 0.1.0 to 0.2.0 (#387)
Bumps [github.com/swisscom/leaselocker](https://github.com/swisscom/leaselocker) from 0.1.0 to 0.2.0. - [Commits](swisscom/leaselocker@v0.1.0...0.2.0) --- updated-dependencies: - dependency-name: github.com/swisscom/leaselocker dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f077195 commit 819bf74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/sirupsen/logrus v1.9.3
2020
github.com/spf13/viper v1.20.1
2121
github.com/stretchr/testify v1.10.0
22-
github.com/swisscom/leaselocker v0.1.0
22+
github.com/swisscom/leaselocker v0.2.0
2323
go.uber.org/mock v0.5.2
2424
k8s.io/api v0.33.3
2525
k8s.io/apimachinery v0.33.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
176176
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
177177
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
178178
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
179-
github.com/swisscom/leaselocker v0.1.0 h1:SvF5vLpFKSQGgvc8SeFpJmeidpairVB6dV5YcyzB8JA=
180-
github.com/swisscom/leaselocker v0.1.0/go.mod h1:eFkjtUN6DDjWxYeIPmNny+GxJpyBUMueAJ8mYXuJEt8=
179+
github.com/swisscom/leaselocker v0.2.0 h1:5bmfVD7TKzRMwQl4E9La3Lfwd80cKD4JOQjeXIqrLrM=
180+
github.com/swisscom/leaselocker v0.2.0/go.mod h1:34qA0RtskqaqOqdrGWihIg4sinJRzNDd8kbmwhhMPO0=
181181
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
182182
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
183183
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)