-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
31 lines (29 loc) · 1.17 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
module github.com/authorizer-tech/access-controller
go 1.15
require (
github.com/bufbuild/buf v0.43.3-0.20210628222303-5e30cfa7db9f
github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72
github.com/cenkalti/backoff/v4 v4.1.1
github.com/cespare/xxhash v1.1.0
github.com/doug-martin/goqu/v9 v9.10.0
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/golang/mock v1.5.0
github.com/google/uuid v1.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0
github.com/hashicorp/memberlist v0.2.2
github.com/kr/pretty v0.2.0 // indirect
github.com/lib/pq v1.10.2
github.com/ory/dockertest/v3 v3.6.5
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/afero v1.3.4 // indirect
github.com/spf13/viper v1.7.1
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79
google.golang.org/grpc v1.39.0-dev.0.20210519181852-3dd75a6888ce
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.27.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
honnef.co/go/tools v0.0.1-2020.1.4
)