-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
29 lines (27 loc) · 1 KB
/
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
27
28
29
module telegram-splatoon2-bot
go 1.13
require (
github.com/VictoriaMetrics/fastcache v1.5.7
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/golang-migrate/migrate/v4 v4.12.2
github.com/google/uuid v1.1.1
github.com/jmoiron/sqlx v1.2.0
github.com/json-iterator/go v1.1.6
github.com/mailru/easyjson v0.7.7
github.com/mattn/go-sqlite3 v1.10.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
golang.org/x/text v0.3.5
golang.org/x/tools v0.1.0 // indirect
)