summaryrefslogtreecommitdiff
path: root/go.mod
blob: 43845ed1d56d2c11676818558b5a4b4239d2542b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module gitlab.com/mokhax/spike

go 1.24.0

require (
	github.com/casbin/casbin/v2 v2.103.0
	github.com/magefile/mage v1.15.0
	github.com/xlgmokha/x v0.0.0-20240605230110-5cbcac4d8ff8
)

require (
	github.com/arthurnn/twirp-ruby v1.13.0 // indirect
	github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
	github.com/casbin/govaluate v1.3.0 // indirect
	github.com/golang/protobuf v1.5.2 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	google.golang.org/protobuf v1.28.1 // indirect
)

tool github.com/arthurnn/twirp-ruby/protoc-gen-twirp_ruby