forked from authzed/spicedb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
78 lines (75 loc) · 3.26 KB
/
go.mod
File metadata and controls
78 lines (75 loc) · 3.26 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
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
73
74
75
76
77
78
module github.com/authzed/spicedb
go 1.16
require (
cloud.google.com/go/spanner v1.30.0
github.com/Masterminds/squirrel v1.5.2
github.com/authzed/authzed-go v0.5.1-0.20220303182356-243e79ca06fa
github.com/authzed/grpcutil v0.0.0-20220104222419-f813f77722e5
github.com/aws/aws-sdk-go v1.43.11
github.com/benbjohnson/clock v1.3.0
github.com/cespare/xxhash v1.1.0
github.com/containerd/continuity v0.2.1 // indirect
github.com/dave/jennifer v1.4.1 // indirect
github.com/dgraph-io/ristretto v0.1.0
github.com/docker/docker v20.10.9+incompatible // indirect
github.com/dustin/go-humanize v1.0.0
github.com/ecordell/optgen v0.0.6
github.com/emirpasic/gods v1.12.0
github.com/envoyproxy/protoc-gen-validate v0.6.7
github.com/fatih/color v1.13.0
github.com/fatih/structs v1.1.0
github.com/go-co-op/gocron v1.13.0
github.com/gogo/protobuf v1.3.2
github.com/google/go-cmp v0.5.7
github.com/google/uuid v1.3.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-middleware/providers/zerolog/v2 v2.0.0-rc.2.0.20210831071041-dd1540ef8252
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.2.0.20210831071041-dd1540ef8252
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.3
github.com/hashicorp/go-memdb v1.3.2
github.com/influxdata/tdigest v0.0.1
github.com/jackc/pgconn v1.11.0
github.com/jackc/pgtype v1.10.0
github.com/jackc/pgx/v4 v4.15.0
github.com/jmoiron/sqlx v1.3.4
github.com/johannesboyne/gofakes3 v0.0.0-20210608054100-92d5d4af5fde
github.com/jwangsadinata/go-multimap v0.0.0-20190620162914-c29f3d7f33b6
github.com/jzelinskie/cobrautil v0.0.10
github.com/jzelinskie/stringz v0.0.1
github.com/lib/pq v1.10.4
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/ngrok/sqlmw v0.0.0-20211220175533-9d16fdc47b31
github.com/ory/dockertest/v3 v3.8.1
github.com/prometheus/client_golang v1.12.1
github.com/rs/cors v1.8.2
github.com/rs/zerolog v1.26.1
github.com/scylladb/go-set v1.0.2
github.com/sercand/kuberesolver/v3 v3.1.0
github.com/shopspring/decimal v1.3.1
github.com/spf13/afero v1.8.0 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.10.1 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
go.opentelemetry.io/otel v1.4.1
go.opentelemetry.io/otel/trace v1.4.1
go.uber.org/goleak v1.1.12
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/tools v0.1.9
google.golang.org/api v0.70.0
google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.27.1
gopkg.in/ini.v1 v1.66.3 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
mvdan.cc/gofumpt v0.3.0
)
// TODO(jschorr): Remove once https://github.com/dgraph-io/ristretto/pull/286 is merged
replace github.com/dgraph-io/ristretto => github.com/josephschorr/ristretto v0.1.1-0.20211227180020-ae4c2c35d79d