commit 33754f6053e0452636ccfb48b42dfe6bc10f6578 parent 06920446e819a664b15043527d9be6901b2e7511 Author: mdnrz <mehdeenoroozi@gmail.com> Date: Wed, 16 Apr 2025 19:05:34 +0330 fix: retrieve go.mod file Diffstat:
| A | go.mod | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/go.mod b/go.mod @@ -0,0 +1,9 @@ +module gotel + +go 1.24.0 + +require ( + github.com/jroimartin/gocui v0.5.0 // indirect + github.com/mattn/go-runewidth v0.0.9 // indirect + github.com/nsf/termbox-go v1.1.1 // indirect +)