Commit 4e13f22 1 parent 3b678b6 commit 4e13f22 Copy full SHA for 4e13f22
File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ # See GitHub's documentation for more information on this file:
2
+ # https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
3
+ version : 2
4
+ updates :
5
+ - package-ecosystem : " gomod"
6
+ directory : " /"
7
+ schedule :
8
+ interval : " daily"
9
+ - package-ecosystem : " github-actions"
10
+ directory : " /"
11
+ schedule :
12
+ interval : " daily"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
20
20
k8s.io/apimachinery v0.27.2
21
21
k8s.io/client-go v0.27.2
22
22
nhooyr.io/websocket v1.8.7
23
- storj.io/drpc v0.0.33
23
+ storj.io/drpc v0.0.34
24
24
)
25
25
26
26
require (
Original file line number Diff line number Diff line change @@ -965,3 +965,5 @@ software.sslmate.com/src/go-pkcs12 v0.2.0 h1:nlFkj7bTysH6VkC4fGphtjXRbezREPgrHuJ
965
965
software.sslmate.com/src/go-pkcs12 v0.2.0 /go.mod h1:23rNcYsMabIc1otwLpTkCCPwUq6kQsTyowttG/as0kQ =
966
966
storj.io/drpc v0.0.33 h1:yCGZ26r66ZdMP0IcTYsj7WDAUIIjzXk6DJhbhvt9FHI =
967
967
storj.io/drpc v0.0.33 /go.mod h1:vR804UNzhBa49NOJ6HeLjd2H3MakC1j5Gv8bsOQT6N4 =
968
+ storj.io/drpc v0.0.34 h1:q9zlQKfJ5A7x8NQNFk8x7eKUF78FMhmAbZLnFK+og7I =
969
+ storj.io/drpc v0.0.34 /go.mod h1:Y9LZaa8esL1PW2IDMqJE7CFSNq7d5bQ3RI7mGPtmKMg =
You can’t perform that action at this time.
0 commit comments