mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
15 lines
392 B
Modula-2
15 lines
392 B
Modula-2
module github.com/gitpod-io/gitpod/docker-up
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/opencontainers/runtime-spec v1.0.2
|
|
github.com/rootless-containers/rootlesskit v0.14.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
)
|
|
|
|
require github.com/pkg/errors v0.9.1 // indirect
|