2024-05-12 18:52:12 +02:00
|
|
|
module github.com/wavetermdev/thenextwave
|
2024-05-10 05:24:24 +02:00
|
|
|
|
|
|
|
go 1.22
|
|
|
|
|
|
|
|
toolchain go1.22.1
|
|
|
|
|
2024-05-12 18:52:12 +02:00
|
|
|
require (
|
2024-06-15 23:59:14 +02:00
|
|
|
github.com/alexflint/go-filemutex v1.3.0
|
2024-05-15 01:53:03 +02:00
|
|
|
github.com/creack/pty v1.1.18
|
2024-06-20 08:59:41 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0
|
2024-05-12 18:52:12 +02:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.17.1
|
2024-05-13 20:45:47 +02:00
|
|
|
github.com/google/uuid v1.4.0
|
2024-06-14 01:49:25 +02:00
|
|
|
github.com/gorilla/handlers v1.5.2
|
2024-06-12 02:42:10 +02:00
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/gorilla/websocket v1.5.0
|
2024-05-12 18:52:12 +02:00
|
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
2024-05-26 02:37:05 +02:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
2024-05-13 20:45:47 +02:00
|
|
|
github.com/sawka/txwrap v0.2.0
|
2024-06-14 21:19:36 +02:00
|
|
|
github.com/spf13/cobra v1.8.0
|
2024-05-13 06:59:42 +02:00
|
|
|
github.com/wavetermdev/waveterm/wavesrv v0.0.0-20240508181017-d07068c09d94
|
2024-06-14 08:54:04 +02:00
|
|
|
golang.org/x/term v0.17.0
|
2024-05-12 18:52:12 +02:00
|
|
|
)
|
2024-05-10 05:24:24 +02:00
|
|
|
|
|
|
|
require (
|
2024-06-14 01:49:25 +02:00
|
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
2024-05-12 18:52:12 +02:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2024-06-14 21:19:36 +02:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-06-12 02:42:10 +02:00
|
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
2024-05-12 18:52:12 +02:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
2024-06-15 23:59:14 +02:00
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
2024-05-10 05:24:24 +02:00
|
|
|
)
|