From 6960aecc25400320adee1b8802a86839326e15b6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 5 Feb 2026 00:37:32 +0100 Subject: Engage! --- go.mod | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..41a1887 --- /dev/null +++ b/go.mod @@ -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 +) -- cgit v1.2.3