mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
18 lines
477 B
Modula-2
18 lines
477 B
Modula-2
module github.com/gitpod-io/gitpod/licensor
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/32leaves/bel v1.0.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.4.0
|
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
|
|
)
|
|
|
|
require (
|
|
github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
|
|
)
|