blob: 31d6d1365debf254f2d1bd36aec73bf272db5012 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
module github.com/xlgmokha/x
go 1.24
require (
github.com/golobby/container/v3 v3.3.2
github.com/google/jsonapi v1.0.0
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.10.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|