forked from casbin/casbin-mesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 933 Bytes
/
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
module github.com/casbin/casbin-mesh
go 1.15
require (
github.com/BBVA/raft-badger v1.1.0
github.com/c-bata/go-prompt v0.2.6
github.com/casbin/casbin/v2 v2.31.10
github.com/dgraph-io/badger/v3 v3.2011.1
github.com/erikgeiser/promptkit v0.6.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/raft v1.3.1
github.com/jedib0t/go-pretty/v6 v6.2.4
github.com/leodido/go-urn v1.2.1 // indirect
github.com/rs/cors v1.8.0
github.com/soheilhy/cmux v0.1.5
github.com/stretchr/testify v1.6.1
github.com/tidwall/pretty v1.2.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
google.golang.org/grpc v1.39.0
google.golang.org/protobuf v1.26.0
)