main
1module gitlab.com/mokhax/sparkled
2
3go 1.24.0
4
5require (
6 github.com/oklog/ulid v1.3.1
7 github.com/stretchr/testify v1.10.0
8 github.com/xlgmokha/x v0.0.0-20250412211812-8dcb68809180
9)
10
11require (
12 github.com/davecgh/go-spew v1.1.1 // indirect
13 github.com/golobby/container/v3 v3.3.2 // indirect
14 github.com/google/jsonapi v1.0.0 // indirect
15 github.com/pmezard/go-difflib v1.0.0 // indirect
16 gopkg.in/yaml.v2 v2.4.0 // indirect
17 gopkg.in/yaml.v3 v3.0.1 // indirect
18)