-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
36 lines (34 loc) · 1.4 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
30
31
32
33
34
35
36
// +heroku goVersion go1.14.2
module github.com/bots-house/share-file-bot
go 1.15
require (
github.com/DATA-DOG/go-txdb v0.1.4
github.com/bots-house/telegram-bot-api v1.0.1-0.20201118162257-7fc66cc9f4c9
github.com/brianvoe/gofakeit/v5 v5.11.2
github.com/fatih/structs v1.1.0
github.com/friendsofgo/errors v0.9.2
github.com/getsentry/sentry-go v0.10.0
github.com/go-kit/kit v0.10.0
github.com/go-redis/redis/v8 v8.8.0
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/kevinburke/go-bindata v3.21.0+incompatible // indirect
github.com/lib/pq v1.10.0
github.com/lithammer/dedent v1.1.0
github.com/matoous/go-nanoid v1.5.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/remind101/migrate v0.0.0-20170729031349-52c1edff7319
github.com/speps/go-hashids v2.0.0+incompatible
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/subosito/gotenv v1.2.0
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
github.com/volatiletech/null/v8 v8.1.2
github.com/volatiletech/sqlboiler/v4 v4.5.0
github.com/volatiletech/strmangle v0.0.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
mvdan.cc/xurls/v2 v2.2.0
)