This commit is contained in:
Simon Kellet
2024-03-23 20:30:29 +00:00
parent e6dbadb3d5
commit 3c12d8010a
5 changed files with 113 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module todo-app
go 1.21.3
require (
golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e // indirect
seehuhn.de/go/ncurses v0.2.0 // indirect
)