mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-12 23:27:17 +03:00
* Switch to go modules, update travisci for go 1.11 * Add go.{mod,sum} * travisci: Merge envs, oops Closes #271
11 lines
389 B
Modula-2
11 lines
389 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-20170109162249-bf9dde6d0d2c
|
|
github.com/jessevdk/go-flags v1.3.0
|
|
github.com/shazow/rateio v0.0.0-20150116013248-e8e00881e5c1
|
|
golang.org/x/crypto v0.0.0-20180119074636-ee41a25c63fb
|
|
golang.org/x/sys v0.0.0-20180117170059-2c42eef0765b // indirect
|
|
)
|