2022-04-19 12:01:08 +00:00
|
|
|
module go.linka.cloud/d2vm
|
|
|
|
|
2023-04-23 12:24:05 +00:00
|
|
|
go 1.20
|
2022-04-19 12:01:08 +00:00
|
|
|
|
|
|
|
require (
|
2023-04-23 12:24:05 +00:00
|
|
|
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
|
2022-08-05 15:39:04 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2022-09-09 19:13:33 +00:00
|
|
|
github.com/fatih/color v1.13.0
|
2023-04-23 12:24:05 +00:00
|
|
|
github.com/google/go-containerregistry v0.14.0
|
2022-04-19 12:01:08 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2023-09-13 13:37:29 +00:00
|
|
|
github.com/hetznercloud/hcloud-go v1.50.0
|
2023-04-23 12:24:05 +00:00
|
|
|
github.com/joho/godotenv v1.5.1
|
2022-08-05 15:39:04 +00:00
|
|
|
github.com/pkg/sftp v1.10.1
|
2023-04-23 12:24:05 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
github.com/spf13/cobra v1.7.0
|
2023-02-15 10:29:40 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2023-09-13 13:37:29 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2022-08-05 09:34:24 +00:00
|
|
|
github.com/svenwiltink/sparsecat v1.0.0
|
2022-09-10 10:16:41 +00:00
|
|
|
go.linka.cloud/console v0.0.0-20220910100646-48f9f2b8843b
|
2023-04-23 12:24:05 +00:00
|
|
|
go.uber.org/multierr v1.11.0
|
2023-09-13 13:37:29 +00:00
|
|
|
golang.org/x/crypto v0.11.0
|
|
|
|
golang.org/x/sys v0.10.0
|
2022-04-19 12:01:08 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-09-09 19:13:33 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
2022-08-05 15:39:04 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-09-13 13:37:29 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-04-23 12:24:05 +00:00
|
|
|
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2023-02-28 11:02:57 +00:00
|
|
|
github.com/creack/pty v1.1.15 // indirect
|
2022-04-24 13:49:01 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-04-23 12:24:05 +00:00
|
|
|
github.com/docker/cli v23.0.4+incompatible // indirect
|
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
|
|
|
github.com/docker/docker v23.0.4+incompatible // indirect
|
|
|
|
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/klauspost/compress v1.16.5 // indirect
|
2022-08-05 15:39:04 +00:00
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2023-04-23 12:24:05 +00:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2022-09-09 11:22:04 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2023-09-13 13:37:29 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2022-04-24 13:49:01 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2022-09-09 19:13:33 +00:00
|
|
|
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
|
2022-04-24 13:49:01 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2023-04-23 12:24:05 +00:00
|
|
|
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
|
2022-04-24 13:49:01 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-09-13 13:37:29 +00:00
|
|
|
github.com/prometheus/client_golang v1.16.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.10.1 // indirect
|
2022-08-09 16:55:54 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2023-04-23 12:24:05 +00:00
|
|
|
github.com/vbatts/tar-split v0.11.3 // indirect
|
2023-09-13 13:37:29 +00:00
|
|
|
golang.org/x/net v0.12.0 // indirect
|
|
|
|
golang.org/x/sync v0.2.0 // indirect
|
|
|
|
golang.org/x/text v0.11.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
2023-04-23 12:24:05 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
replace (
|
|
|
|
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.11.1
|
|
|
|
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b
|
|
|
|
google.golang.org/protobuf => google.golang.org/protobuf v1.29.1
|
2022-04-19 12:01:08 +00:00
|
|
|
)
|