-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
39 lines (37 loc) · 1.72 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
module github.com/tessig/flamingo-product-rating
go 1.14
require (
flamingo.me/dingo v0.2.9
flamingo.me/flamingo/v3 v3.2.0
flamingo.me/form v1.0.1
git.apache.org/thrift.git v0.12.0 // indirect
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/garyburd/redigo v1.6.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-test/deep v1.0.1
github.com/golang-migrate/migrate v3.5.4+incompatible // indirect
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
github.com/golang/protobuf v1.3.5 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/leebenson/conform v0.0.0-20190822094432-4c55492f71d7 // indirect
github.com/leekchan/accounting v0.0.0-20191218023648-17a4ce5f94d4 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1 // indirect
github.com/shopspring/decimal v0.0.0-20200227202807-02e2044944cc // indirect
github.com/tessig/flamingo-mysql v1.2.0
go.opencensus.io v0.22.3
go.uber.org/zap v1.14.1 // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
google.golang.org/api v0.20.0 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
)