-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
31 lines (29 loc) · 1.04 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/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-mesh/client/v2 v2.0.0-20230621183936-1f9d622f1afd
github.com/casbin/casbin/v2 v2.31.10
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/erikgeiser/promptkit v0.6.0
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-hclog v0.9.1
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/rs/cors v1.8.0
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.0
github.com/tidwall/pretty v1.2.0
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.1
)