Skip to content

Commit 7ed4b65

Browse files
Update integrations dep to pull the new default storage API endpoint. (#1392)
1 parent b4a8159 commit 7ed4b65

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
@@ -146,7 +146,7 @@ require (
146146
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
147147
namespacelabs.dev/go-filenotify v0.0.0-20220511192020-53ea11be7eaa
148148
namespacelabs.dev/go-ids v0.0.0-20221124082625-9fc72ee06af7
149-
namespacelabs.dev/integrations v0.0.0-20250205140238-018cebec5056
149+
namespacelabs.dev/integrations v0.0.0-20250219183751-9785aeae50f5
150150
sigs.k8s.io/controller-runtime v0.16.3
151151
sigs.k8s.io/yaml v1.3.0
152152
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,8 +1626,8 @@ namespacelabs.dev/go-filenotify v0.0.0-20220511192020-53ea11be7eaa h1:jj2kjs0Hvu
16261626
namespacelabs.dev/go-filenotify v0.0.0-20220511192020-53ea11be7eaa/go.mod h1:e8NJRaInXRRm1+KPA6EkGEzdLJAgEvVSIKiLzpP97nI=
16271627
namespacelabs.dev/go-ids v0.0.0-20221124082625-9fc72ee06af7 h1:8NlnfPlzDSJr8TYV/qarIWwhjLd1gOXf3Jme0M/oGBM=
16281628
namespacelabs.dev/go-ids v0.0.0-20221124082625-9fc72ee06af7/go.mod h1:J+Sd+ngeffnCsaO/M7zgs2bR8Klq/ZBhS0+bbnDEH2M=
1629-
namespacelabs.dev/integrations v0.0.0-20250205140238-018cebec5056 h1:fTzJChbZlnbPZcqDg4jHXDKT6pmeaG5eiO0zuOiTyYE=
1630-
namespacelabs.dev/integrations v0.0.0-20250205140238-018cebec5056/go.mod h1:EKagMwZRHyVu1pfGGzR/2C9j9exM7/aTnsx6wJ5Chs0=
1629+
namespacelabs.dev/integrations v0.0.0-20250219183751-9785aeae50f5 h1:1Xmafyk3P9MbROzx1uvjsXNySE4uYz3EQBn6ommnPG8=
1630+
namespacelabs.dev/integrations v0.0.0-20250219183751-9785aeae50f5/go.mod h1:EKagMwZRHyVu1pfGGzR/2C9j9exM7/aTnsx6wJ5Chs0=
16311631
oras.land/oras-go v1.2.5 h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=
16321632
oras.land/oras-go v1.2.5/go.mod h1:PuAwRShRZCsZb7g8Ar3jKKQR/2A/qN+pkYxIOd/FAoo=
16331633
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=

0 commit comments

Comments
 (0)