2025-04-06 02:43:26 +00:00
|
|
|
module scm.dairydemon.net/filifa/mlbstats
|
2024-07-02 04:16:44 +00:00
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
2024-07-13 20:09:10 +00:00
|
|
|
require (
|
2025-04-06 02:43:26 +00:00
|
|
|
github.com/antihax/optional v1.0.0
|
|
|
|
github.com/evanphx/json-patch/v5 v5.9.0
|
|
|
|
github.com/gorilla/websocket v1.5.3
|
|
|
|
github.com/spf13/cobra v1.8.1
|
|
|
|
golang.org/x/oauth2 v0.29.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-07-14 21:43:00 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2024-07-13 20:09:10 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-07-14 21:43:00 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-07-13 20:09:10 +00:00
|
|
|
)
|