forked from justtrackio/gosoline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
72 lines (70 loc) · 3.44 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
module github.com/applike/gosoline
replace github.com/xitongsys/parquet-go => github.com/applike/parquet-go v1.3.1-0.20190920135643-dfdda67390b8
require (
github.com/DATA-DOG/go-sqlmock v1.3.0
github.com/Masterminds/squirrel v1.1.0
github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
github.com/alicebob/miniredis v2.4.6+incompatible
github.com/aws/aws-sdk-go v1.19.37
github.com/aws/aws-xray-sdk-go v0.9.4
github.com/cenkalti/backoff v2.1.1+incompatible
github.com/certifi/gocertifi v0.0.0-20180118203423-deb3ae2ef261 // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190313032549-041949b8d268 // indirect
github.com/elastic/go-elasticsearch/v6 v6.8.3-0.20190714143207-256a620be07d
github.com/elastic/go-elasticsearch/v7 v7.2.1-0.20190714143206-f1e755531ff4
github.com/elliotchance/redismock v1.4.0
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/fatih/color v1.7.0
github.com/getsentry/raven-go v0.2.0
github.com/gin-contrib/cors v0.0.0-20190301062745-f9e10995c85a
github.com/gin-contrib/sse v0.0.0-20190125020943-a7658810eb74 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-redis/redis v6.15.1+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang-migrate/migrate/v4 v4.2.5
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/google/go-querystring v1.0.0
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/hashicorp/go-multierror v1.0.0
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/jonboulle/clockwork v0.1.0
github.com/karlseguin/ccache v0.0.0-20181227155450-692cd618b264
github.com/karlseguin/expect v1.0.1 // indirect
github.com/lib/pq v1.0.0
github.com/mattn/go-colorable v0.1.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/myesui/uuid v1.0.0 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/opencontainers/runc v0.1.1 // indirect
github.com/ory/dockertest v3.3.4+incompatible
github.com/ory/ladon v1.0.1
github.com/pkg/errors v0.8.1
github.com/sha1sum/aws_signing_client v0.0.0-20170514202702-9088e4c7b34b
github.com/spf13/cast v1.3.0
github.com/spf13/viper v1.3.1
github.com/stretchr/testify v1.4.0
github.com/thoas/go-funk v0.0.0-20181020164546-fbae87fb5b5c
github.com/tidwall/gjson v1.3.0
github.com/twinj/uuid v1.0.0
github.com/twitchscience/kinsumer v0.0.0-20190125174422-b6682f9326f7
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
github.com/xitongsys/parquet-go v1.4.0
github.com/xitongsys/parquet-go-source v0.0.0-20190902023021-473506c401f7
github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
google.golang.org/api v0.5.0
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect
gopkg.in/resty.v1 v1.12.0
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
gopkg.in/yaml.v2 v2.2.2
)