forked from RITlug/teleirc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 706 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/ritlug/teleirc
go 1.12
require (
github.com/caarlos0/env/v6 v6.0.0
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-playground/validator v9.29.1+incompatible
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/golang/mock v1.4.3
github.com/joho/godotenv v1.3.0
github.com/kyokomi/emoji v2.1.0+incompatible
github.com/leodido/go-urn v1.1.0 // indirect
github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7
github.com/stretchr/testify v1.3.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)