| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 1 | module github.com/giolekva/pcloud/core/installer |
| 2 | |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 3 | go 1.21 |
| 4 | |
| 5 | toolchain go1.21.5 |
| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 6 | |
| 7 | require ( |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 8 | github.com/Masterminds/sprig/v3 v3.2.3 |
| 9 | github.com/cenkalti/backoff/v4 v4.2.1 |
| Giorgi Lekveishvili | a1e7790 | 2023-11-06 14:48:27 +0400 | [diff] [blame] | 10 | github.com/charmbracelet/keygen v0.5.0 |
| Giorgi Lekveishvili | cd9e42c | 2023-12-13 09:49:44 +0400 | [diff] [blame] | 11 | github.com/giolekva/pcloud/core/ns-controller v0.0.0-20231212095918-378ea88919ca |
| Giorgi Lekveishvili | a1e7790 | 2023-11-06 14:48:27 +0400 | [diff] [blame] | 12 | github.com/go-git/go-billy/v5 v5.5.0 |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 13 | github.com/go-git/go-git/v5 v5.10.1 |
| 14 | github.com/gorilla/mux v1.8.1 |
| 15 | github.com/labstack/echo/v4 v4.11.3 |
| Giorgi Lekveishvili | cd9e42c | 2023-12-13 09:49:44 +0400 | [diff] [blame] | 16 | github.com/libdns/gandi v1.0.2 |
| 17 | github.com/libdns/libdns v0.2.1 |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 18 | github.com/miekg/dns v1.1.57 |
| 19 | github.com/spf13/cobra v1.8.0 |
| 20 | golang.org/x/crypto v0.16.0 |
| 21 | golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb |
| 22 | helm.sh/helm/v3 v3.13.2 |
| 23 | k8s.io/api v0.28.4 |
| 24 | k8s.io/apimachinery v0.28.4 |
| 25 | k8s.io/client-go v0.28.4 |
| 26 | sigs.k8s.io/yaml v1.4.0 |
| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 27 | ) |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 28 | |
| 29 | require ( |
| Giorgi Lekveishvili | a1e7790 | 2023-11-06 14:48:27 +0400 | [diff] [blame] | 30 | dario.cat/mergo v1.0.0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 31 | github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 32 | github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 33 | github.com/BurntSushi/toml v1.3.2 // indirect |
| 34 | github.com/MakeNowJust/heredoc v1.0.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 35 | github.com/Masterminds/goutils v1.1.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 36 | github.com/Masterminds/semver/v3 v3.2.1 // indirect |
| 37 | github.com/Masterminds/squirrel v1.5.4 // indirect |
| Giorgi Lekveishvili | a1e7790 | 2023-11-06 14:48:27 +0400 | [diff] [blame] | 38 | github.com/Microsoft/go-winio v0.6.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 39 | github.com/Microsoft/hcsshim v0.11.0 // indirect |
| 40 | github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 41 | github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect |
| 42 | github.com/beorn7/perks v1.0.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 43 | github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 44 | github.com/chai2010/gettext-go v1.0.2 // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 45 | github.com/cloudflare/circl v1.3.3 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 46 | github.com/containerd/containerd v1.7.6 // indirect |
| Giorgi Lekveishvili | a1e7790 | 2023-11-06 14:48:27 +0400 | [diff] [blame] | 47 | github.com/cyphar/filepath-securejoin v0.2.4 // indirect |
| Giorgi Lekveishvili | cd9e42c | 2023-12-13 09:49:44 +0400 | [diff] [blame] | 48 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 49 | github.com/docker/cli v24.0.6+incompatible // indirect |
| 50 | github.com/docker/distribution v2.8.2+incompatible // indirect |
| 51 | github.com/docker/docker v24.0.7+incompatible // indirect |
| 52 | github.com/docker/docker-credential-helpers v0.8.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 53 | github.com/docker/go-connections v0.4.0 // indirect |
| 54 | github.com/docker/go-metrics v0.0.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 55 | github.com/docker/go-units v0.5.0 // indirect |
| 56 | github.com/emicklei/go-restful/v3 v3.11.0 // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 57 | github.com/emirpasic/gods v1.18.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 58 | github.com/evanphx/json-patch v5.6.0+incompatible // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 59 | github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 60 | github.com/fatih/color v1.15.0 // indirect |
| Giorgi Lekveishvili | cd9e42c | 2023-12-13 09:49:44 +0400 | [diff] [blame] | 61 | github.com/frankban/quicktest v1.14.5 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 62 | github.com/go-errors/errors v1.4.2 // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 63 | github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 64 | github.com/go-gorp/gorp/v3 v3.1.0 // indirect |
| 65 | github.com/go-logr/logr v1.2.4 // indirect |
| 66 | github.com/go-logr/stdr v1.2.2 // indirect |
| 67 | github.com/go-openapi/jsonpointer v0.20.0 // indirect |
| 68 | github.com/go-openapi/jsonreference v0.20.2 // indirect |
| 69 | github.com/go-openapi/swag v0.22.4 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 70 | github.com/gobwas/glob v0.2.3 // indirect |
| 71 | github.com/gogo/protobuf v1.3.2 // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 72 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 73 | github.com/golang/protobuf v1.5.3 // indirect |
| 74 | github.com/google/btree v1.1.2 // indirect |
| 75 | github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect |
| 76 | github.com/google/go-cmp v0.6.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 77 | github.com/google/gofuzz v1.2.0 // indirect |
| 78 | github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 79 | github.com/google/uuid v1.3.1 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 80 | github.com/gosuri/uitable v0.0.4 // indirect |
| 81 | github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 82 | github.com/hashicorp/errwrap v1.1.0 // indirect |
| 83 | github.com/hashicorp/go-multierror v1.1.1 // indirect |
| 84 | github.com/huandu/xstrings v1.4.0 // indirect |
| 85 | github.com/imdario/mergo v0.3.16 // indirect |
| 86 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 87 | github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 88 | github.com/jmoiron/sqlx v1.3.5 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 89 | github.com/josharian/intern v1.0.0 // indirect |
| 90 | github.com/json-iterator/go v1.1.12 // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 91 | github.com/kevinburke/ssh_config v1.2.0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 92 | github.com/klauspost/compress v1.17.0 // indirect |
| Giorgi Lekveishvili | 7efe22f | 2023-05-30 13:01:53 +0400 | [diff] [blame] | 93 | github.com/labstack/gommon v0.4.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 94 | github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect |
| 95 | github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 96 | github.com/lib/pq v1.10.9 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 97 | github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 98 | github.com/mailru/easyjson v0.7.7 // indirect |
| Giorgi Lekveishvili | 7efe22f | 2023-05-30 13:01:53 +0400 | [diff] [blame] | 99 | github.com/mattn/go-colorable v0.1.13 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 100 | github.com/mattn/go-isatty v0.0.19 // indirect |
| 101 | github.com/mattn/go-runewidth v0.0.14 // indirect |
| 102 | github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 103 | github.com/mitchellh/copystructure v1.2.0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 104 | github.com/mitchellh/go-wordwrap v1.0.1 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 105 | github.com/mitchellh/reflectwalk v1.0.2 // indirect |
| 106 | github.com/moby/locker v1.0.1 // indirect |
| 107 | github.com/moby/spdystream v0.2.0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 108 | github.com/moby/term v0.5.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 109 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 110 | github.com/modern-go/reflect2 v1.0.2 // indirect |
| 111 | github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect |
| 112 | github.com/morikuni/aec v1.0.0 // indirect |
| 113 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 114 | github.com/opencontainers/go-digest v1.0.0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 115 | github.com/opencontainers/image-spec v1.1.0-rc5 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 116 | github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 117 | github.com/pjbgf/sha1cd v0.3.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 118 | github.com/pkg/errors v0.9.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 119 | github.com/prometheus/client_golang v1.17.0 // indirect |
| 120 | github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect |
| 121 | github.com/prometheus/common v0.44.0 // indirect |
| 122 | github.com/prometheus/procfs v0.12.0 // indirect |
| 123 | github.com/rivo/uniseg v0.4.4 // indirect |
| 124 | github.com/rubenv/sql-migrate v1.5.2 // indirect |
| 125 | github.com/russross/blackfriday/v2 v2.1.0 // indirect |
| 126 | github.com/sergi/go-diff v1.3.1 // indirect |
| 127 | github.com/shopspring/decimal v1.3.1 // indirect |
| 128 | github.com/sirupsen/logrus v1.9.3 // indirect |
| 129 | github.com/skeema/knownhosts v1.2.1 // indirect |
| 130 | github.com/spf13/cast v1.5.1 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 131 | github.com/spf13/pflag v1.0.5 // indirect |
| Giorgi Lekveishvili | 7efe22f | 2023-05-30 13:01:53 +0400 | [diff] [blame] | 132 | github.com/valyala/bytebufferpool v1.0.0 // indirect |
| 133 | github.com/valyala/fasttemplate v1.2.2 // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 134 | github.com/xanzy/ssh-agent v0.3.3 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 135 | github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 136 | github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect |
| 137 | github.com/xeipuuv/gojsonschema v1.2.0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 138 | github.com/xlab/treeprint v1.2.0 // indirect |
| 139 | go.opentelemetry.io/otel v1.14.0 // indirect |
| 140 | go.opentelemetry.io/otel/trace v1.14.0 // indirect |
| 141 | go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 142 | golang.org/x/mod v0.14.0 // indirect |
| 143 | golang.org/x/net v0.19.0 // indirect |
| 144 | golang.org/x/oauth2 v0.12.0 // indirect |
| 145 | golang.org/x/sync v0.5.0 // indirect |
| 146 | golang.org/x/sys v0.15.0 // indirect |
| 147 | golang.org/x/term v0.15.0 // indirect |
| 148 | golang.org/x/text v0.14.0 // indirect |
| Giorgi Lekveishvili | 7efe22f | 2023-05-30 13:01:53 +0400 | [diff] [blame] | 149 | golang.org/x/time v0.3.0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 150 | golang.org/x/tools v0.16.0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 151 | google.golang.org/appengine v1.6.8 // indirect |
| 152 | google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect |
| 153 | google.golang.org/grpc v1.56.3 // indirect |
| 154 | google.golang.org/protobuf v1.31.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 155 | gopkg.in/inf.v0 v0.9.1 // indirect |
| 156 | gopkg.in/warnings.v0 v0.1.2 // indirect |
| 157 | gopkg.in/yaml.v2 v2.4.0 // indirect |
| Giorgi Lekveishvili | 7efe22f | 2023-05-30 13:01:53 +0400 | [diff] [blame] | 158 | gopkg.in/yaml.v3 v3.0.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 159 | k8s.io/apiextensions-apiserver v0.28.2 // indirect |
| 160 | k8s.io/apiserver v0.28.2 // indirect |
| 161 | k8s.io/cli-runtime v0.28.2 // indirect |
| 162 | k8s.io/component-base v0.28.2 // indirect |
| 163 | k8s.io/klog/v2 v2.100.1 // indirect |
| 164 | k8s.io/kube-openapi v0.0.0-20230928205116-a78145627833 // indirect |
| 165 | k8s.io/kubectl v0.28.2 // indirect |
| 166 | k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect |
| 167 | oras.land/oras-go v1.2.4 // indirect |
| Giorgi Lekveishvili | cd9e42c | 2023-12-13 09:49:44 +0400 | [diff] [blame] | 168 | sigs.k8s.io/controller-runtime v0.16.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 169 | sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
| 170 | sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect |
| 171 | sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect |
| 172 | sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 173 | ) |