mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
18 lines
573 B
Modula-2
18 lines
573 B
Modula-2
module github.com/gitpod-io/gitpod/gitpod-cli
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
|
github.com/golang/mock v1.4.4
|
|
github.com/google/tcpproxy v0.0.0-20180808230851-dfa16c61dad2
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/manifoldco/promptui v0.3.2
|
|
github.com/nicksnyder/go-i18n v1.10.1 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/spf13/cobra v0.0.5
|
|
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|