diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-05 00:37:32 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-05 00:37:32 +0100 |
| commit | 6960aecc25400320adee1b8802a86839326e15b6 (patch) | |
| tree | 334f7ca9491080a5e6f9a9747da77281c4958ba2 /go.mod | |
| download | hepi-6960aecc25400320adee1b8802a86839326e15b6.tar.gz | |
Engage!
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 +) |
