module github.com/authorizer-tech/access-controller go 1.15 require ( github.com/bufbuild/buf v0.42.1 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/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/viper v1.7.1 golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect golang.org/x/tools v0.1.1 // indirect google.golang.org/genproto v0.0.0-20210224155714-063164c882e6 google.golang.org/grpc v1.37.0-dev.0.20210309003715-fce74a94bdff google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 google.golang.org/protobuf v1.25.1-0.20210303022638-839ce436895b gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect honnef.co/go/tools v0.0.1-2020.1.4 )