breakglass/go.mod
Michael Stapelberg 6a8318bdb5 pick up shell from github.com/gokrazy/serial-busybox if present
This allows users to use breakglass without having to upload their own shell (as
a fallback).
2020-05-25 08:58:37 +02:00

12 lines
340 B
Modula-2

module github.com/gokrazy/breakglass
go 1.12
require (
github.com/gokrazy/gokrazy v0.0.0-20190321081644-520b8ca41de7
github.com/gokrazy/internal v0.0.0-20190630091051-de21a662e434 // indirect
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
github.com/kr/pty v1.1.8
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
)