shell/go.mod

18 lines
509 B
Modula-2
Raw Normal View History

module go.wit.com/shell
go 1.21.4
require (
github.com/sirupsen/logrus v1.9.3
github.com/svent/go-nbreader v0.0.0-20150201200112-7cef48da76dc
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
github.com/wercker/journalhook v0.0.0-20230927020745-64542ffa4117
golang.org/x/crypto v0.17.0
)
require (
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
golang.org/x/sys v0.15.0 // indirect
)