|
1 | 1 | module go.linka.cloud/d2vm |
2 | 2 |
|
3 | | -go 1.20 |
| 3 | +go 1.25 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b |
7 | | - github.com/dustin/go-humanize v1.0.0 |
8 | | - github.com/fatih/color v1.13.0 |
9 | | - github.com/google/go-containerregistry v0.14.0 |
10 | | - github.com/google/uuid v1.3.0 |
11 | | - github.com/hetznercloud/hcloud-go v1.50.0 |
| 6 | + github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500 |
| 7 | + github.com/dustin/go-humanize v1.0.1 |
| 8 | + github.com/fatih/color v1.18.0 |
| 9 | + github.com/google/go-containerregistry v0.20.7 |
| 10 | + github.com/google/uuid v1.6.0 |
| 11 | + github.com/hetznercloud/hcloud-go v1.59.2 |
12 | 12 | github.com/joho/godotenv v1.5.1 |
13 | | - github.com/pkg/sftp v1.10.1 |
14 | | - github.com/sirupsen/logrus v1.9.0 |
15 | | - github.com/spf13/cobra v1.7.0 |
16 | | - github.com/spf13/pflag v1.0.5 |
17 | | - github.com/stretchr/testify v1.8.4 |
18 | | - github.com/svenwiltink/sparsecat v1.0.0 |
19 | | - go.linka.cloud/console v0.0.0-20220910100646-48f9f2b8843b |
| 13 | + github.com/pkg/sftp v1.13.10 |
| 14 | + github.com/sirupsen/logrus v1.9.4 |
| 15 | + github.com/spf13/cobra v1.10.2 |
| 16 | + github.com/spf13/pflag v1.0.10 |
| 17 | + github.com/stretchr/testify v1.11.1 |
| 18 | + github.com/svenwiltink/sparsecat v1.0.1 |
| 19 | + go.linka.cloud/console v0.0.0-20221115093718-f725374f9010 |
20 | 20 | go.uber.org/multierr v1.11.0 |
21 | | - golang.org/x/crypto v0.11.0 |
22 | | - golang.org/x/sys v0.10.0 |
| 21 | + golang.org/x/crypto v0.47.0 |
| 22 | + golang.org/x/sys v0.40.0 |
23 | 23 | ) |
24 | 24 |
|
25 | 25 | require ( |
26 | | - github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
| 26 | + github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect |
27 | 27 | github.com/beorn7/perks v1.0.1 // indirect |
28 | | - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
29 | | - github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect |
30 | | - github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect |
31 | | - github.com/creack/pty v1.1.15 // indirect |
| 28 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 29 | + github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect |
| 30 | + github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect |
32 | 31 | github.com/davecgh/go-spew v1.1.1 // indirect |
33 | | - github.com/docker/cli v23.0.4+incompatible // indirect |
34 | | - github.com/docker/distribution v2.8.2+incompatible // indirect |
35 | | - github.com/docker/docker v23.0.4+incompatible // indirect |
36 | | - github.com/docker/docker-credential-helpers v0.7.0 // indirect |
37 | | - github.com/golang/protobuf v1.5.3 // indirect |
38 | | - github.com/google/go-cmp v0.5.9 // indirect |
| 32 | + github.com/docker/cli v29.1.5+incompatible // indirect |
| 33 | + github.com/docker/distribution v2.8.3+incompatible // indirect |
| 34 | + github.com/docker/docker-credential-helpers v0.9.5 // indirect |
| 35 | + github.com/google/go-cmp v0.7.0 // indirect |
39 | 36 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
40 | | - github.com/klauspost/compress v1.16.5 // indirect |
| 37 | + github.com/klauspost/compress v1.18.3 // indirect |
41 | 38 | github.com/kr/fs v0.1.0 // indirect |
42 | | - github.com/kr/pretty v0.3.1 // indirect |
43 | | - github.com/mattn/go-colorable v0.1.12 // indirect |
44 | | - github.com/mattn/go-isatty v0.0.14 // indirect |
45 | | - github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
| 39 | + github.com/mattn/go-colorable v0.1.14 // indirect |
| 40 | + github.com/mattn/go-isatty v0.0.20 // indirect |
46 | 41 | github.com/mitchellh/go-homedir v1.1.0 // indirect |
47 | | - github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect |
| 42 | + github.com/moby/term v0.5.2 // indirect |
| 43 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
48 | 44 | github.com/opencontainers/go-digest v1.0.0 // indirect |
49 | | - github.com/opencontainers/image-spec v1.1.0-rc2 // indirect |
50 | | - github.com/pkg/errors v0.9.1 // indirect |
| 45 | + github.com/opencontainers/image-spec v1.1.1 // indirect |
51 | 46 | github.com/pmezard/go-difflib v1.0.0 // indirect |
52 | | - github.com/prometheus/client_golang v1.16.0 // indirect |
53 | | - github.com/prometheus/client_model v0.3.0 // indirect |
54 | | - github.com/prometheus/common v0.42.0 // indirect |
55 | | - github.com/prometheus/procfs v0.10.1 // indirect |
| 47 | + github.com/prometheus/client_golang v1.23.2 // indirect |
| 48 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 49 | + github.com/prometheus/common v0.67.5 // indirect |
| 50 | + github.com/prometheus/procfs v0.19.2 // indirect |
56 | 51 | github.com/russross/blackfriday/v2 v2.1.0 // indirect |
57 | | - github.com/vbatts/tar-split v0.11.3 // indirect |
58 | | - golang.org/x/net v0.12.0 // indirect |
59 | | - golang.org/x/sync v0.2.0 // indirect |
60 | | - golang.org/x/text v0.11.0 // indirect |
61 | | - google.golang.org/protobuf v1.30.0 // indirect |
| 52 | + github.com/vbatts/tar-split v0.12.2 // indirect |
| 53 | + go.yaml.in/yaml/v2 v2.4.3 // indirect |
| 54 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
| 55 | + golang.org/x/net v0.49.0 // indirect |
| 56 | + golang.org/x/sync v0.19.0 // indirect |
| 57 | + golang.org/x/text v0.33.0 // indirect |
| 58 | + google.golang.org/protobuf v1.36.11 // indirect |
62 | 59 | gopkg.in/yaml.v3 v3.0.1 // indirect |
63 | 60 | ) |
64 | | - |
65 | | -replace ( |
66 | | - github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.11.1 |
67 | | - golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b |
68 | | - google.golang.org/protobuf => google.golang.org/protobuf v1.29.1 |
69 | | -) |
0 commit comments