-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (39 loc) · 1.87 KB
/
go.mod
File metadata and controls
41 lines (39 loc) · 1.87 KB
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
37
38
39
40
41
module github.com/DevAlone/parse_pikabu
go 1.12
require (
github.com/ansel1/merry v1.5.1
github.com/antlr/antlr4 v0.0.0-20191217191749-ff67971f8580 // indirect
github.com/gin-gonic/gin v1.5.0
github.com/go-errors/errors v1.0.1
github.com/go-pg/pg v8.0.6+incompatible
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-redis/redis v6.15.6+incompatible
github.com/google/cel-go v0.3.2
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/jinzhu/inflection v1.0.0
github.com/json-iterator/go v1.1.9 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
github.com/pkg/profile v1.4.0
github.com/sirupsen/logrus v1.5.0
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
github.com/stretchr/testify v1.4.0
gogsweb.2-47.ru/d3dev/pikago v0.0.0-20200407202413-c333ec858bb5
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4 // indirect
golang.org/x/tools v0.0.0-20191120143758-e97fc272220f // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb
google.golang.org/grpc v1.26.0 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/tucnak/telebot.v2 v2.0.0-20191225234705-baa616bc00d5
gopkg.in/yaml.v2 v2.2.7 // indirect
mellium.im/sasl v0.2.1 // indirect
)