mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-16 09:00:38 +03:00
14 lines
412 B
Modula-2
14 lines
412 B
Modula-2
module github.com/shazow/ssh-chat
|
|
|
|
require (
|
|
github.com/alexcesaro/log v0.0.0-20150915221235-61e686294e58
|
|
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/shazow/rateio v0.0.0-20200113175441-4461efc8bdc4
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
golang.org/x/sys v0.0.0-20201110211018-35f3e6cf4a65
|
|
golang.org/x/text v0.3.4
|
|
)
|
|
|
|
go 1.13
|