-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 744 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module yandex-dialogs
require (
github.com/agnivade/levenshtein v1.1.0
github.com/azzzak/alice v0.1.0
github.com/go-bongo/bongo v0.10.4
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/kr/pretty v0.1.0 // indirect
github.com/maxwellhealth/go-dotaccess v0.0.0-20190924013105-74ea4f4ca4eb // indirect
github.com/oleiade/reflections v1.0.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/robfig/cron/v3 v3.0.0
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/yaml.v2 v2.2.7 // indirect
)
go 1.13