waveterm/go.mod
2023-02-23 14:50:58 -08:00

18 lines
391 B
Modula-2

module github.com/scripthaus-dev/mshell
go 1.18
require (
github.com/alessio/shellescape v1.4.1
github.com/creack/pty v1.1.18
github.com/fsnotify/fsnotify v1.5.4
github.com/google/uuid v1.3.0
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
)
require (
github.com/Masterminds/semver/v3 v3.1.1 // indirect
golang.org/x/mod v0.5.1 // indirect
mvdan.cc/sh/v3 v3.5.1 // indirect
)