-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 913 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
27
module github.com/nixys/scrumtable
go 1.17
require (
github.com/go-sql-driver/mysql v1.6.0
github.com/nixys/nxs-go-appctx/v2 v2.0.0
github.com/nixys/nxs-go-conf v1.0.1
github.com/nixys/nxs-go-telegram v0.0.0-20220404120958-109de92a0dcc
github.com/pborman/getopt/v2 v2.1.0
github.com/sirupsen/logrus v1.8.1
gorm.io/driver/mysql v1.3.5
gorm.io/gorm v1.23.8
)
require (
github.com/go-redis/redis v6.15.9+incompatible // indirect
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect
golang.org/x/sys v0.0.0-20220403205710-6acee93ad0eb // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)