13 lines
281 B
Modula-2
13 lines
281 B
Modula-2
module git.company.lan/gopkg/recws/examples
|
|
|
|
go 1.21.5
|
|
|
|
require git.company.lan/gopkg/recws v0.0.0-00010101000000-000000000000
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
)
|
|
|
|
replace git.company.lan/gopkg/recws => ../
|