waveterm/go.mod

29 lines
805 B
Modula-2
Raw Normal View History

2022-06-12 22:39:48 +02:00
module github.com/scripthaus-dev/sh2-server
go 1.17
require (
github.com/alessio/shellescape v1.4.1
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
github.com/creack/pty v1.1.18
github.com/golang-migrate/migrate/v4 v4.15.2
2022-07-01 02:02:19 +02:00
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/sawka/txwrap v0.1.0
2022-07-01 02:02:19 +02:00
github.com/scripthaus-dev/mshell v0.0.0
golang.org/x/mod v0.5.1
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
mvdan.cc/sh/v3 v3.5.1
2022-07-01 02:02:19 +02:00
)
require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
go.uber.org/atomic v1.7.0 // indirect
2022-06-12 22:39:48 +02:00
)
2023-01-26 23:41:26 +01:00
replace github.com/scripthaus-dev/mshell v0.0.0 => ../mshell/