From 8449df78424f115435067cf4e0589073d7ad198b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 23:20:08 +0000 Subject: [PATCH] chore: bump golang.org/x/time Bumps the internal-deps group with 1 update in the /internal/examples directory: [golang.org/x/time](https://github.com/golang/time). Updates `golang.org/x/time` from 0.7.0 to 0.10.0 - [Commits](https://github.com/golang/time/compare/v0.7.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor dependency-group: internal-deps ... Signed-off-by: dependabot[bot] <support@github.com> --- internal/examples/go.mod | 2 +- internal/examples/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/examples/go.mod b/internal/examples/go.mod index 2aa1ee0..ada7f75 100644 --- a/internal/examples/go.mod +++ b/internal/examples/go.mod @@ -6,5 +6,5 @@ replace github.com/coder/websocket => ../.. require ( github.com/coder/websocket v0.0.0-00010101000000-000000000000 - golang.org/x/time v0.7.0 + golang.org/x/time v0.10.0 ) diff --git a/internal/examples/go.sum b/internal/examples/go.sum index 60aa8f9..781e1af 100644 --- a/internal/examples/go.sum +++ b/internal/examples/go.sum @@ -1,2 +1,2 @@ -golang.org/x/time v0.7.0 h1:ntUhktv3OPE6TgYxXWv9vKvUSJyIFJlyohwbkEwPrKQ= -golang.org/x/time v0.7.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= +golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4= +golang.org/x/time v0.10.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= -- GitLab