-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
26 lines (23 loc) · 841 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/M1chlCZ/bingo-bot
go 1.23
require (
github.com/adshao/go-binance/v2 v2.8.0
github.com/go-playground/validator/v10 v10.24.0
github.com/goccy/go-json v0.10.5
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.24
)
require (
github.com/bitly/go-simplejson v0.5.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
)