We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82b295 commit b2a3b80Copy full SHA for b2a3b80
go.mod
@@ -4,5 +4,5 @@ go 1.21
4
5
require (
6
github.com/gorilla/websocket v1.5.3
7
- golang.org/x/time v0.5.0
+ golang.org/x/time v0.6.0
8
)
go.sum
@@ -1,4 +1,4 @@
1
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
2
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
3
-golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
-golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
+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