-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 631 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (16 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module appointment-availability
go 1.24.0
require github.com/go-telegram/bot v1.14.0
require (
github.com/caarlos0/env v3.5.0+incompatible
github.com/chromedp/cdproto v0.0.0-20250311215558-29dfcc2791de // indirect
github.com/chromedp/chromedp v0.13.1 // indirect
github.com/chromedp/sysutil v1.1.0 // indirect
github.com/go-json-experiment/json v0.0.0-20250223041408-d3c622f1b874 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
github.com/joho/godotenv v1.5.1
golang.org/x/sync v0.12.0
golang.org/x/sys v0.31.0 // indirect
)