diff options
author | Cody Hiar <cody@hiar.ca> | 2022-03-05 12:53:15 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2022-03-05 12:53:15 -0700 |
commit | 90e2e053d25feabd2dcf384dfc262a8bcdbe3ab8 (patch) | |
tree | 8e2799822b4de29014b86ca708123c1dfc8f45f5 /termshare/go.mod |
Diffstat (limited to 'termshare/go.mod')
-rw-r--r-- | termshare/go.mod | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/termshare/go.mod b/termshare/go.mod new file mode 100644 index 0000000..ccb4c3e --- /dev/null +++ b/termshare/go.mod @@ -0,0 +1,11 @@ +module termshare + +go 1.15 + +require ( + github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect + github.com/creack/pty v1.1.11 + github.com/gliderlabs/ssh v0.3.2 + github.com/spf13/cobra v1.1.3 + golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 +) |