mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-25 17:18:02 +01:00
30 lines
997 B
Modula-2
30 lines
997 B
Modula-2
module github.com/scripthaus-dev/sh2-server
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/golang-migrate/migrate/v4 v4.15.2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/mattn/go-sqlite3 v1.14.14
|
|
github.com/scripthaus-dev/mshell v0.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/alessio/shellescape v1.4.1 // indirect
|
|
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
|
|
github.com/creack/pty v1.1.18 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/mattn/go-shellwords v1.0.12 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
mvdan.cc/sh/v3 v3.5.1 // indirect
|
|
)
|
|
|
|
replace github.com/scripthaus-dev/mshell v0.0.0 => /Users/mike/work/gopath/src/github.com/scripthaus-dev/mshell/
|