main
1module gitlab.com/mokhax/stanuki
2
3go 1.23
4
5require (
6 github.com/magefile/mage v1.15.0
7 github.com/stretchr/testify v1.10.0
8 github.com/xlgmokha/x v0.0.0-20240605230110-5cbcac4d8ff8
9)
10
11require (
12 github.com/davecgh/go-spew v1.1.1 // indirect
13 github.com/google/jsonapi v1.0.0 // indirect
14 github.com/kr/pretty v0.3.1 // indirect
15 github.com/pmezard/go-difflib v1.0.0 // indirect
16 github.com/rogpeppe/go-internal v1.11.0 // indirect
17 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
18 gopkg.in/yaml.v2 v2.4.0 // indirect
19 gopkg.in/yaml.v3 v3.0.1 // indirect
20)