mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-23 16:58:27 +01:00
16 lines
527 B
Modula-2
16 lines
527 B
Modula-2
module github.com/scripthaus-dev/sh2-server
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.18 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
github.com/scripthaus-dev/sh2-runner v0.0.0
|
|
)
|
|
|
|
replace "github.com/scripthaus-dev/sh2-runner" v0.0.0 => /Users/mike/work/gopath/src/github.com/scripthaus-dev/sh2-runner/
|