mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
14 lines
283 B
Modula-2
14 lines
283 B
Modula-2
module github.com/wavetermdev/waveterm/waveshell
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/alessio/shellescape v1.4.1
|
|
github.com/creack/pty v1.1.18
|
|
github.com/fsnotify/fsnotify v1.6.0
|
|
github.com/google/uuid v1.3.0
|
|
golang.org/x/mod v0.5.1
|
|
golang.org/x/sys v0.10.0
|
|
mvdan.cc/sh/v3 v3.7.0
|
|
)
|