mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-26 13:22:18 +03:00
15 lines
375 B
Modula-2
15 lines
375 B
Modula-2
module github.com/shazow/ssh-chat
|
|
|
|
require (
|
|
github.com/alexcesaro/log v0.0.0-20150915221235-61e686294e58
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/shazow/rateio v0.0.0-20200113175441-4461efc8bdc4
|
|
golang.org/x/crypto v0.3.0
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
|
golang.org/x/sys v0.2.0
|
|
golang.org/x/term v0.2.0
|
|
golang.org/x/text v0.4.0
|
|
)
|
|
|
|
go 1.13
|