File: go.mod

package info (click to toggle)
golang-nhooyr-websocket 1.8.12-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 528 kB
  • sloc: asm: 158; sh: 101; javascript: 62; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
module github.com/coder/websocket/examples

go 1.19

replace github.com/coder/websocket => ../..

require (
	github.com/coder/websocket v0.0.0-00010101000000-000000000000
	golang.org/x/time v0.3.0
)