waveterm/waveshell/go.mod

14 lines
283 B
Modula-2
Raw Normal View History

module github.com/wavetermdev/waveterm/waveshell
2022-06-10 09:35:24 +02:00
2023-02-23 23:50:58 +01:00
go 1.18
2022-06-10 09:35:24 +02:00
require (
github.com/alessio/shellescape v1.4.1
github.com/creack/pty v1.1.18
2023-08-03 23:58:15 +02:00
github.com/fsnotify/fsnotify v1.6.0
github.com/google/uuid v1.3.0
2023-04-18 02:25:04 +02:00
golang.org/x/mod v0.5.1
2023-08-03 23:58:15 +02:00
golang.org/x/sys v0.10.0
mvdan.cc/sh/v3 v3.7.0
)