mirror of
https://github.com/moul/sshportal.git
synced 2024-11-10 09:12:49 +08:00
36 lines
1.3 KiB
Modula-2
Generated
36 lines
1.3 KiB
Modula-2
Generated
module moul.io/sshportal
|
|
|
|
require (
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/creack/pty v1.1.11 // indirect
|
|
github.com/docker/docker v20.10.9+incompatible
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gliderlabs/ssh v0.3.3
|
|
github.com/go-gormigrate/gormigrate/v2 v2.0.0
|
|
github.com/kr/pty v1.1.8
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-runewidth v0.0.12 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/reiver/go-oi v1.0.0
|
|
github.com/reiver/go-telnet v0.0.0-20180421082511-9ff0b2ab096e
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sabban/bastion v0.0.0-20180110125408-b9d3c9b1f4d3
|
|
github.com/smartystreets/goconvey v1.7.2
|
|
github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502
|
|
github.com/urfave/cli v1.22.5
|
|
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
|
|
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed // indirect
|
|
golang.org/x/tools v0.1.7
|
|
gorm.io/driver/mysql v1.2.0
|
|
gorm.io/driver/postgres v1.2.2
|
|
gorm.io/driver/sqlite v1.2.4
|
|
gorm.io/gorm v1.22.3
|
|
moul.io/srand v1.6.1
|
|
)
|
|
|
|
go 1.14
|