1module github.com/mitjafelicijan/hepi
 2
 3go 1.25.6
 4
 5require (
 6	github.com/go-faker/faker/v4 v4.7.0
 7	github.com/joho/godotenv v1.5.1
 8	github.com/mattn/go-colorable v0.1.14
 9	github.com/neilotoole/jsoncolor v0.7.1
10	gopkg.in/yaml.v3 v3.0.1
11)
12
13require (
14	github.com/fatih/color v1.18.0 // indirect
15	github.com/mattn/go-isatty v0.0.20 // indirect
16	golang.org/x/sys v0.29.0 // indirect
17	golang.org/x/term v0.14.0 // indirect
18	golang.org/x/text v0.29.0 // indirect
19)