Skip to content

Commit 17c2c32

Browse files
Bump github.com/swisscom/leaselocker from 0.0.0-20240802123043-a0ec9fe2499d to 0.1.0 (netbox-community#149)
Bump github.com/swisscom/leaselocker Bumps [github.com/swisscom/leaselocker](https://github.com/swisscom/leaselocker) from 0.0.0-20240802123043-a0ec9fe2499d to 0.1.0. - [Commits](https://github.com/swisscom/leaselocker/commits/v0.1.0) --- updated-dependencies: - dependency-name: github.com/swisscom/leaselocker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd10594 commit 17c2c32

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.19.0
2121
github.com/stretchr/testify v1.9.0
22-
github.com/swisscom/leaselocker v0.0.0-20240802123043-a0ec9fe2499d
22+
github.com/swisscom/leaselocker v0.1.0
2323
go.uber.org/mock v0.5.0
2424
k8s.io/api v0.31.3
2525
k8s.io/apimachinery v0.31.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
150150
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
151151
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
152152
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
153-
github.com/swisscom/leaselocker v0.0.0-20240802123043-a0ec9fe2499d h1:9fOfYq5+hPPErwgwFuw1h3wLD9bXXcRhT6uzMpFQ+Uc=
154-
github.com/swisscom/leaselocker v0.0.0-20240802123043-a0ec9fe2499d/go.mod h1:eFkjtUN6DDjWxYeIPmNny+GxJpyBUMueAJ8mYXuJEt8=
153+
github.com/swisscom/leaselocker v0.1.0 h1:SvF5vLpFKSQGgvc8SeFpJmeidpairVB6dV5YcyzB8JA=
154+
github.com/swisscom/leaselocker v0.1.0/go.mod h1:eFkjtUN6DDjWxYeIPmNny+GxJpyBUMueAJ8mYXuJEt8=
155155
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
156156
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
157157
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)