We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807f8e8 commit faf23b7Copy full SHA for faf23b7
internal/examples/go.mod
@@ -6,5 +6,5 @@ replace github.com/coder/websocket => ../..
6
7
require (
8
github.com/coder/websocket v0.0.0-00010101000000-000000000000
9
- golang.org/x/time v0.3.0
+ golang.org/x/time v0.6.0
10
)
internal/examples/go.sum
@@ -1,2 +1,2 @@
1
-golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=
2
-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 commit comments