From faf23b7ad88d609cdc20a1048409ab3fad77c00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:48:22 +0300 Subject: [PATCH] build(deps): bump golang.org/x/time from 0.3.0 to 0.6.0 in /internal/examples (#482) build(deps): bump golang.org/x/time in /internal/examples Bumps [golang.org/x/time](https://github.com/golang/time) from 0.3.0 to 0.6.0. - [Commits](https://github.com/golang/time/compare/v0.3.0...v0.6.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 4f7a8a70..ed01ec87 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.3.0 + golang.org/x/time v0.6.0 ) diff --git a/internal/examples/go.sum b/internal/examples/go.sum index f8a07e82..3558a566 100644 --- a/internal/examples/go.sum +++ b/internal/examples/go.sum @@ -1,2 +1,2 @@ -golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= -golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U= +golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=