mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
12 lines
289 B
Modula-2
12 lines
289 B
Modula-2
module github.com/gitpod-io/gitpod/docker-up
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/opencontainers/runtime-spec v1.0.2
|
|
github.com/rootless-containers/rootlesskit v0.10.1
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
)
|