-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 579 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 579 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/b4fun/tg-auth
go 1.19
require (
github.com/caarlos0/env/v6 v6.10.1
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/jellydator/ttlcache/v3 v3.0.0
github.com/joho/godotenv v1.4.0
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.24.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)