2024-07-02 04:16:44 +00:00
|
|
|
module scm.dairydemon.net/filifa/mlblive
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
2024-07-13 20:09:10 +00:00
|
|
|
require (
|
|
|
|
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
|
|
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
)
|