forked from ory/keto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
46 lines (45 loc) · 2.05 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
module github.com/ory/keto
require (
github.com/OneOfOne/xxhash v1.2.2 // indirect
github.com/akutz/goof v0.1.2 // indirect
github.com/akutz/gotil v0.1.0
github.com/containerd/continuity v0.0.0-20181023183536-c220ac4f01b8 // indirect
github.com/dchest/siphash v1.2.0 // indirect
github.com/go-errors/errors v1.0.1
github.com/go-sql-driver/mysql v1.4.0
github.com/gobuffalo/packr v1.16.0
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/gddo v0.0.0-20181009135830-6c035858b4d7 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/julienschmidt/httprouter v1.2.0
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/lib/pq v1.0.0
github.com/meatballhat/negroni-logrus v0.0.0-20170801195057-31067281800f
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/open-policy-agent/opa v0.10.1
github.com/opencontainers/runc v1.0.0-rc5 // indirect
github.com/ory/go-convenience v0.1.0
github.com/ory/graceful v0.1.0
github.com/ory/herodot v0.5.0
github.com/ory/x v0.0.33
github.com/pborman/uuid v1.2.0
github.com/pkg/errors v0.8.0
github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165 // indirect
github.com/rubenv/sql-migrate v0.0.0-20181106121204-ba2c6a7295c5
github.com/sirupsen/logrus v1.1.1
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.2.2
github.com/urfave/negroni v1.0.0
github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.0.0-20181025113841-85e1b3f9139a // indirect
golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4 // indirect
golang.org/x/sys v0.0.0-20181025063200-d989b31c8746 // indirect
google.golang.org/api v0.0.0-20181025000501-39567f0042a0 // indirect
google.golang.org/genproto v0.0.0-20181016170114-94acd270e44e // indirect
google.golang.org/grpc v1.16.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/resty.v1 v1.9.1
)