diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -2,4 +2,13 @@ module gitlab.com/mokhax/spike go 1.24.0 -require github.com/magefile/mage v1.15.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/bmatcuk/doublestar/v4 v4.6.1 // indirect + github.com/casbin/govaluate v1.3.0 // indirect +) |
