Skip to content

Commit

Permalink
Update go.mod dependencies
Browse files Browse the repository at this point in the history
--------

index a7a2c3b4..2dab1260 100644
 	code.cloudfoundry.org/bbs v0.0.0-20240806230301-9be69c0199db
 	code.cloudfoundry.org/cfhttp/v2 v2.4.0
 	code.cloudfoundry.org/clock v1.5.0
-	code.cloudfoundry.org/debugserver v0.4.0
+	code.cloudfoundry.org/debugserver v0.5.0
 	code.cloudfoundry.org/eventhub v0.3.0
 	code.cloudfoundry.org/go-metric-registry v0.0.0-20240822165235-8c5a42e1ec33
 	code.cloudfoundry.org/lager/v3 v3.3.0
  • Loading branch information
tas-runtime-bot committed Aug 25, 2024
1 parent 33a4945 commit 613b6d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/code.cloudfoundry.org/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
code.cloudfoundry.org/bbs v0.0.0-20240806230301-9be69c0199db
code.cloudfoundry.org/cfhttp/v2 v2.4.0
code.cloudfoundry.org/clock v1.5.0
code.cloudfoundry.org/debugserver v0.4.0
code.cloudfoundry.org/debugserver v0.5.0
code.cloudfoundry.org/eventhub v0.3.0
code.cloudfoundry.org/go-metric-registry v0.0.0-20240822165235-8c5a42e1ec33
code.cloudfoundry.org/lager/v3 v3.3.0
Expand Down Expand Up @@ -59,7 +59,7 @@ require (
)

require (
code.cloudfoundry.org/diego-logging-client v0.7.0 // indirect
code.cloudfoundry.org/diego-logging-client v0.8.0 // indirect
code.cloudfoundry.org/durationjson v0.3.0 // indirect
code.cloudfoundry.org/go-diodes v0.0.0-20240813203737-5032edb05ceb // indirect
code.cloudfoundry.org/go-loggregator/v9 v9.2.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions src/code.cloudfoundry.org/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -598,10 +598,10 @@ code.cloudfoundry.org/cfhttp/v2 v2.4.0 h1:UkK2iic3RRwqEp+3RcL/H0+odKwcaJ7GBQYIfb
code.cloudfoundry.org/cfhttp/v2 v2.4.0/go.mod h1:xFFTBKeg8dBlvJ/ZtE0TrF/scRiBw1VTyezMmIi0Fkg=
code.cloudfoundry.org/clock v1.5.0 h1:DqbjErrmxd4xSG0SnNS88H0ZGAEhvwSpuz9PAcwN+WI=
code.cloudfoundry.org/clock v1.5.0/go.mod h1:gnsFuUrMa8XObf4sePcSjaCrxzupeipZrfG7arAS5CY=
code.cloudfoundry.org/debugserver v0.4.0 h1:91zqTIt20hOL8LWG8CkTD2sBkL3Uo0kOuzx2T8Zl8Mc=
code.cloudfoundry.org/debugserver v0.4.0/go.mod h1:JPGCTFM/Yf2YJOwdc8q82Zz7SWI3Wp9zGW0COxQfffs=
code.cloudfoundry.org/diego-logging-client v0.7.0 h1:5BZxRpfhiKBK1LNwKhaXWjNFHHvQ7c8Y85dm+0HK+cg=
code.cloudfoundry.org/diego-logging-client v0.7.0/go.mod h1:KwkHFuYdFpVg/1fP2l1F0AAhJwl5YHIpLzMG7hQ/uko=
code.cloudfoundry.org/debugserver v0.5.0 h1:8tj7W94IuzfawzM6p849xFfJIRugnsSoZVeyn+K4lcw=
code.cloudfoundry.org/debugserver v0.5.0/go.mod h1:kqS4mQ1jdhGA84KFNZYNC6G2hknZ9z+yz4d0cgiPJ9w=
code.cloudfoundry.org/diego-logging-client v0.8.0 h1:nAZaSn6cffPleRZMvP8GxUY/S/1e4nPx7EZlb9wMY/I=
code.cloudfoundry.org/diego-logging-client v0.8.0/go.mod h1:dAAsHv98IGVaUeo+HghNXa2CHORjtdFNi7v1iYQY8U0=
code.cloudfoundry.org/durationjson v0.3.0 h1:HetuI2KwZCkz3B3XJm+muSD8NWgewUsrio7LungPIzM=
code.cloudfoundry.org/durationjson v0.3.0/go.mod h1:Be7g3wbzmCvyo0Vm4hUGrdI4YMbRVVVJTk4R2fWxpuo=
code.cloudfoundry.org/eventhub v0.3.0 h1:ojjNdtjM7k5poh+GQl7ug2JQ0Lmhj9sJ4/EQ71o5USE=
Expand Down
4 changes: 2 additions & 2 deletions src/code.cloudfoundry.org/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ code.cloudfoundry.org/cfhttp/v2
## explicit; go 1.20
code.cloudfoundry.org/clock
code.cloudfoundry.org/clock/fakeclock
# code.cloudfoundry.org/debugserver v0.4.0
# code.cloudfoundry.org/debugserver v0.5.0
## explicit; go 1.19
code.cloudfoundry.org/debugserver
# code.cloudfoundry.org/diego-logging-client v0.7.0
# code.cloudfoundry.org/diego-logging-client v0.8.0
## explicit; go 1.22
code.cloudfoundry.org/diego-logging-client
# code.cloudfoundry.org/durationjson v0.3.0
Expand Down

0 comments on commit 613b6d9

Please sign in to comment.