| iomodo | 48c837e | 2021-02-19 01:17:07 +0400 | [diff] [blame^] | 1 | module github.com/giolekva/pcloud/core/kg |
| 2 | |
| 3 | go 1.14 |
| 4 | |
| 5 | require ( |
| 6 | github.com/Masterminds/squirrel v1.5.0 |
| 7 | github.com/blang/semver v3.5.1+incompatible // indirect |
| 8 | github.com/dyatlov/go-opengraph v0.0.0-20210112100619-dae8665a5b09 // indirect |
| 9 | github.com/go-gorp/gorp v2.2.0+incompatible // indirect |
| 10 | github.com/go-ldap/ldap v3.0.3+incompatible // indirect |
| 11 | github.com/go-redis/redis v6.15.9+incompatible // indirect |
| 12 | github.com/gorilla/websocket v1.4.2 // indirect |
| 13 | github.com/jmoiron/sqlx v1.3.1 |
| 14 | github.com/mattermost/gorp v2.0.0+incompatible // indirect |
| 15 | github.com/mattermost/mattermost-server v5.11.1+incompatible |
| 16 | github.com/nicksnyder/go-i18n v1.10.1 // indirect |
| 17 | github.com/onsi/ginkgo v1.15.0 // indirect |
| 18 | github.com/onsi/gomega v1.10.5 // indirect |
| 19 | github.com/pborman/uuid v1.2.1 // indirect |
| 20 | github.com/pkg/errors v0.9.1 |
| 21 | github.com/poy/onpar v1.1.2 // indirect |
| 22 | github.com/stretchr/objx v0.3.0 // indirect |
| 23 | github.com/ziutek/mymysql v1.5.4 // indirect |
| 24 | go.uber.org/zap v1.16.0 // indirect |
| 25 | golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df // indirect |
| 26 | golang.org/x/text v0.3.5 // indirect |
| 27 | gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect |
| 28 | gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect |
| 29 | gopkg.in/yaml.v2 v2.4.0 // indirect |
| 30 | ) |