Commit Graph

5 Commits

Author SHA1 Message Date
Kaleb Elwert
2a96aa1cdd Update CircleCI config to test 1.9 and the latest
The x/crypto/ssh library dropped support go < 1.9 as that's the first
version to have the math/bits library.

83c378c48d
2018-05-07 16:08:31 -07:00
Kaleb Elwert
8c1707734e Update circleci config to test multiple go versions 2018-04-16 19:53:05 -07:00
Kaleb Elwert
66f55c879c Update tests to work with go 1.10+ (#73)
Fixes #72
2018-04-16 19:16:34 -05:00
Mahmood Ali
bbb28830b0 update config for CircleCI 2.0 (#39) 2017-04-29 00:11:02 -05:00
Jeff Lindsay
a2a474964c fixed/finished basic pty support, added an example, and included tests (#25)
* fixed/finished basic pty support, added an example, and included tests
* session: make the window channel have buffer of 1 and send initial window size on it
* _example/docker: added an ssh to docker-run example
* changes from review: let Reply handle WantReply, only allow setting sess.pty once
* circle: hopefully a working circleci config
2017-02-15 18:08:25 -06:00