mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
16 lines
351 B
Modula-2
16 lines
351 B
Modula-2
module test
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/helloyi/go-sshclient v1.1.0
|
|
github.com/spf13/cobra v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
|
|
)
|