mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
9 lines
105 B
Modula-2
9 lines
105 B
Modula-2
module test
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/helloyi/go-sshclient v1.1.0
|
|
github.com/spf13/cobra v1.3.0
|
|
)
|