diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +module hepi + +go 1.25.6 + +require ( + github.com/go-faker/faker/v4 v4.7.0 + github.com/joho/godotenv v1.5.1 + github.com/mattn/go-colorable v0.1.14 + github.com/neilotoole/jsoncolor v0.7.1 + gopkg.in/yaml.v3 v3.0.1 +) + +require ( + github.com/fatih/color v1.18.0 // indirect + github.com/mattn/go-isatty v0.0.20 // indirect + golang.org/x/sys v0.29.0 // indirect + golang.org/x/term v0.14.0 // indirect + golang.org/x/text v0.29.0 // indirect +) |
