Adding terminal messenger
This is a golang based application that connects to the basic messenger
This commit is contained in:
8
terminal-messenger/application/go.mod
Normal file
8
terminal-messenger/application/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module messenger
|
||||
|
||||
go 1.24.6
|
||||
|
||||
require (
|
||||
github.com/chzyer/readline v1.5.1 // indirect
|
||||
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user