You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
795 B
21 lines
795 B
module sport |
|
|
|
go 1.18 |
|
|
|
require ( |
|
github.com/Jeffail/gabs v1.4.0 // indirect |
|
github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20221121042443-a3fd332d56d9 // indirect |
|
github.com/bwmarrin/discordgo v0.27.1 // indirect |
|
github.com/gopackage/ddp v0.0.0-20170117053602-652027933df4 // indirect |
|
github.com/gorilla/websocket v1.4.2 // indirect |
|
github.com/jackc/pgpassfile v1.0.0 // indirect |
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect |
|
github.com/jackc/pgx/v5 v5.3.1 // indirect |
|
github.com/jackc/puddle/v2 v2.2.0 // indirect |
|
github.com/sony/sonyflake v1.0.0 // indirect |
|
golang.org/x/crypto v0.6.0 // indirect |
|
golang.org/x/net v0.6.0 // indirect |
|
golang.org/x/sync v0.1.0 // indirect |
|
golang.org/x/sys v0.5.0 // indirect |
|
golang.org/x/text v0.7.0 // indirect |
|
)
|
|
|