Skip to content

Commit 30519c5

Browse files
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.8.0 - [Commits](golang/time@v0.7.0...v0.8.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] <[email protected]>
1 parent 1253b77 commit 30519c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/examples/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ replace github.com/coder/websocket => ../..
66

77
require (
88
github.com/coder/websocket v0.0.0-00010101000000-000000000000
9-
golang.org/x/time v0.7.0
9+
golang.org/x/time v0.8.0
1010
)

internal/examples/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
golang.org/x/time v0.7.0 h1:ntUhktv3OPE6TgYxXWv9vKvUSJyIFJlyohwbkEwPrKQ=
2-
golang.org/x/time v0.7.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
1+
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg=
2+
golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=

0 commit comments

Comments
 (0)