Skip to content

Commit

Permalink
build(deps): bump golang.org/x/time from 0.3.0 to 0.6.0 in /internal/…
Browse files Browse the repository at this point in the history
…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](golang/time@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 807f8e8 commit faf23b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
4 changes: 2 additions & 2 deletions internal/examples/go.sum
Original file line number Diff line number Diff line change
@@ -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=

0 comments on commit faf23b7

Please sign in to comment.