From 4ec8ef482b80be32680a09a981f2eef78b45f43a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 2 Feb 2025 00:04:19 +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.9.0
- [Commits](https://github.com/golang/time/compare/v0.7.0...v0.9.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..503f57f 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.9.0
 )
diff --git a/internal/examples/go.sum b/internal/examples/go.sum
index 60aa8f9..aa0ec26 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.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY=
+golang.org/x/time v0.9.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
-- 
GitLab