mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-26 09:35:52 +00:00
60 lines
2.2 KiB
Modula-2
60 lines
2.2 KiB
Modula-2
module github.com/vibetunnel/linux
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.4
|
|
|
|
require (
|
|
github.com/caddyserver/certmagic v0.23.0
|
|
github.com/creack/pty v1.1.24
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/shirou/gopsutil/v3 v3.24.5
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/spf13/pflag v1.0.6
|
|
golang.ngrok.com/ngrok v1.13.0
|
|
golang.org/x/sys v0.33.0
|
|
golang.org/x/term v0.32.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/caddyserver/zerossl v0.1.3 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/inconshreveable/log15 v3.0.0-testing.5+incompatible // indirect
|
|
github.com/inconshreveable/log15/v3 v3.0.0-testing.5 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/libdns/libdns v1.1.0 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mholt/acmez/v3 v3.1.2 // indirect
|
|
github.com/miekg/dns v1.1.66 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
github.com/zeebo/blake3 v0.2.4 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
go.uber.org/zap/exp v0.3.0 // indirect
|
|
golang.ngrok.com/muxado/v2 v2.0.1 // indirect
|
|
golang.org/x/crypto v0.39.0 // indirect
|
|
golang.org/x/mod v0.25.0 // indirect
|
|
golang.org/x/net v0.41.0 // indirect
|
|
golang.org/x/sync v0.15.0 // indirect
|
|
golang.org/x/text v0.26.0 // indirect
|
|
golang.org/x/tools v0.34.0 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|