mirror of
https://github.com/MADTeacher/go_basics.git
synced 2025-11-23 21:34:47 +02:00
13 lines
369 B
Modula-2
13 lines
369 B
Modula-2
module golang/todo
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/daviddengcn/go-colortext v1.0.0 // indirect
|
|
github.com/dixonwille/wmenu v4.0.2+incompatible // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.24 // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
gopkg.in/dixonwille/wlog.v2 v2.0.0 // indirect
|
|
)
|