waveterm/go.mod

11 lines
262 B
Modula-2
Raw Normal View History

module github.com/scripthaus-dev/mshell
2022-06-10 09:35:24 +02:00
go 1.17
require (
github.com/creack/pty v1.1.18 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
2022-06-10 09:35:24 +02:00
github.com/google/uuid v1.3.0 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
2022-06-10 09:35:24 +02:00
)