Skip to content

Commit 482f366

Browse files
Bump code.cloudfoundry.org/clock from 1.68.0 to 1.69.0 (#430)
* Bump code.cloudfoundry.org/clock from 1.68.0 to 1.69.0 Bumps [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) from 1.68.0 to 1.69.0. - [Release notes](https://github.com/cloudfoundry/clock/releases) - [Commits](cloudfoundry/clock@v1.68.0...v1.69.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/clock dependency-version: 1.69.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * use go 1.25 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: M. Oleske <moleske@users.noreply.github.com>
1 parent aa001ad commit 482f366

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25
44

55
require (
66
code.cloudfoundry.org/bbs v0.0.0-20251029140956-4e01df8b0ac1
7-
code.cloudfoundry.org/clock v1.68.0
7+
code.cloudfoundry.org/clock v1.69.0
88
code.cloudfoundry.org/debugserver v0.95.0
99
code.cloudfoundry.org/diego-logging-client v0.103.0
1010
code.cloudfoundry.org/lager/v3 v3.68.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,8 @@ code.cloudfoundry.org/bbs v0.0.0-20251029140956-4e01df8b0ac1 h1:I8GHH9o33/lZm2lq
596596
code.cloudfoundry.org/bbs v0.0.0-20251029140956-4e01df8b0ac1/go.mod h1:XKlGVVXFi5EcHHMPzw3xgONK9PeEZuUbIC43XNwxD10=
597597
code.cloudfoundry.org/cfhttp/v2 v2.0.1-0.20210513172332-4c5ee488a657 h1:8rnhkeAe8Bnx+8r3unO++S3syBw8P22qPbw3LLFWEoc=
598598
code.cloudfoundry.org/cfhttp/v2 v2.0.1-0.20210513172332-4c5ee488a657/go.mod h1:Fwt0o/haXfwgOHMom4AM96pXCVw9EAiIcSsPb8hWK9s=
599-
code.cloudfoundry.org/clock v1.68.0 h1:2F2GrEaocbwuRqq/Blj6CLmd3Ml55Q7N3ZWy6N+Qi7g=
600-
code.cloudfoundry.org/clock v1.68.0/go.mod h1:KLfFF9RlqChL0Af0YIohxG5ly9SNz3HfN+vTM7RTnRg=
599+
code.cloudfoundry.org/clock v1.69.0 h1:1hR864FRXyCcjw+1p77iUoxTIDgoXVvhblIsOrXaxOM=
600+
code.cloudfoundry.org/clock v1.69.0/go.mod h1:+ikbfwCwwAad/NxA3wKkF9BmP4UYID6/gWDZnMtWXjU=
601601
code.cloudfoundry.org/debugserver v0.95.0 h1:em5my9WbVackEw0DEXzYNkavpEWnALdQ1qNaPL5Ecq8=
602602
code.cloudfoundry.org/debugserver v0.95.0/go.mod h1:rF2LuR475W2osX7rjp8EU3Va9tDnbuIyu0dl49rzRWo=
603603
code.cloudfoundry.org/diego-logging-client v0.103.0 h1:6/HmvBeK0wDYu/D6I8CRjzNJNYqoxna4Jt3nvtW2jPo=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ code.cloudfoundry.org/bbs/trace
1212
# code.cloudfoundry.org/cfhttp/v2 v2.0.1-0.20210513172332-4c5ee488a657
1313
## explicit
1414
code.cloudfoundry.org/cfhttp/v2
15-
# code.cloudfoundry.org/clock v1.68.0
15+
# code.cloudfoundry.org/clock v1.69.0
1616
## explicit; go 1.25.0
1717
code.cloudfoundry.org/clock
1818
# code.cloudfoundry.org/debugserver v0.95.0

0 commit comments

Comments
 (0)