blob: dc4d4e466b36675278ee7690faf1577f7dd52fa7 [file] [log] [blame]
giolekva050609f2021-12-29 15:51:40 +04001module github.com/giolekva/pcloud/core/installer
2
gio3af43942024-04-16 08:13:50 +04003replace github.com/giolekva/pcloud/installer => /Users/lekva/dev/src/pcloud/core/installer
4
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +04005go 1.21
6
gio3af43942024-04-16 08:13:50 +04007// toolchain go1.21.5
giolekva050609f2021-12-29 15:51:40 +04008
9require (
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040010 cuelang.org/go v0.8.1
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040011 github.com/Masterminds/sprig/v3 v3.2.3
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040012 github.com/cenkalti/backoff/v4 v4.3.0
Giorgi Lekveishvilia1e77902023-11-06 14:48:27 +040013 github.com/charmbracelet/keygen v0.5.0
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040014 github.com/giolekva/pcloud/core/ns-controller v0.0.0-20240403111418-e9c05499ec80
Giorgi Lekveishvilia1e77902023-11-06 14:48:27 +040015 github.com/go-git/go-billy/v5 v5.5.0
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040016 github.com/go-git/go-git/v5 v5.12.0
Giorgi Lekveishviliab7ff6e2024-03-29 13:11:30 +040017 github.com/gomarkdown/markdown v0.0.0-20240328165702-4d01890c35c0
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040018 github.com/gorilla/mux v1.8.1
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040019 github.com/labstack/echo/v4 v4.11.4
20 github.com/libdns/gandi v1.0.3
21 github.com/libdns/libdns v0.2.2
22 github.com/miekg/dns v1.1.58
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040023 github.com/spf13/cobra v1.8.0
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040024 golang.org/x/crypto v0.21.0
25 golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
26 helm.sh/helm/v3 v3.14.3
27 k8s.io/api v0.29.3
28 k8s.io/apimachinery v0.29.3
29 k8s.io/client-go v0.29.3
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040030 sigs.k8s.io/yaml v1.4.0
giolekva050609f2021-12-29 15:51:40 +040031)
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +040032
33require (
gio308105e2024-04-19 13:12:13 +040034 cuelabs.dev/go/oci/ociregistry v0.0.0-20240314152124-224736b49f2e // indirect
Giorgi Lekveishvilia1e77902023-11-06 14:48:27 +040035 dario.cat/mergo v1.0.0 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040036 github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040037 github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040038 github.com/BurntSushi/toml v1.3.2 // indirect
39 github.com/MakeNowJust/heredoc v1.0.0 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +040040 github.com/Masterminds/goutils v1.1.1 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040041 github.com/Masterminds/semver/v3 v3.2.1 // indirect
42 github.com/Masterminds/squirrel v1.5.4 // indirect
Giorgi Lekveishvilia1e77902023-11-06 14:48:27 +040043 github.com/Microsoft/go-winio v0.6.1 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040044 github.com/Microsoft/hcsshim v0.12.2 // indirect
45 github.com/ProtonMail/go-crypto v1.0.0 // indirect
46 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +040047 github.com/beorn7/perks v1.0.1 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040048 github.com/cespare/xxhash/v2 v2.2.0 // indirect
49 github.com/chai2010/gettext-go v1.0.2 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040050 github.com/cloudflare/circl v1.3.7 // indirect
Giorgi Lekveishvili7c427602024-01-04 00:13:55 +040051 github.com/cockroachdb/apd/v3 v3.2.1 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040052 github.com/containerd/containerd v1.7.14 // indirect
53 github.com/containerd/log v0.1.0 // indirect
Giorgi Lekveishvilia1e77902023-11-06 14:48:27 +040054 github.com/cyphar/filepath-securejoin v0.2.4 // indirect
Giorgi Lekveishvilicd9e42c2023-12-13 09:49:44 +040055 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040056 github.com/distribution/reference v0.6.0 // indirect
57 github.com/docker/cli v26.0.0+incompatible // indirect
58 github.com/docker/distribution v2.8.3+incompatible // indirect
59 github.com/docker/docker v26.0.0+incompatible // indirect
60 github.com/docker/docker-credential-helpers v0.8.1 // indirect
61 github.com/docker/go-connections v0.5.0 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +040062 github.com/docker/go-metrics v0.0.1 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040063 github.com/emicklei/go-restful/v3 v3.12.0 // indirect
gio308105e2024-04-19 13:12:13 +040064 github.com/emicklei/proto v1.10.0 // indirect
Giorgi Lekveishvili0ccd1482023-06-21 15:02:24 +040065 github.com/emirpasic/gods v1.18.1 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040066 github.com/evanphx/json-patch v5.9.0+incompatible // indirect
67 github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
68 github.com/fatih/color v1.16.0 // indirect
69 github.com/felixge/httpsnoop v1.0.4 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040070 github.com/go-errors/errors v1.5.1 // indirect
Giorgi Lekveishvili0ccd1482023-06-21 15:02:24 +040071 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040072 github.com/go-gorp/gorp/v3 v3.1.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040073 github.com/go-logr/logr v1.4.1 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040074 github.com/go-logr/stdr v1.2.2 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040075 github.com/go-openapi/jsonpointer v0.21.0 // indirect
76 github.com/go-openapi/jsonreference v0.21.0 // indirect
77 github.com/go-openapi/swag v0.23.0 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +040078 github.com/gobwas/glob v0.2.3 // indirect
79 github.com/gogo/protobuf v1.3.2 // indirect
Giorgi Lekveishvili0ccd1482023-06-21 15:02:24 +040080 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040081 github.com/golang/protobuf v1.5.4 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040082 github.com/google/btree v1.1.2 // indirect
83 github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
84 github.com/google/go-cmp v0.6.0 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +040085 github.com/google/gofuzz v1.2.0 // indirect
86 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040087 github.com/google/uuid v1.6.0 // indirect
88 github.com/gorilla/websocket v1.5.1 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +040089 github.com/gosuri/uitable v0.0.4 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +040090 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040091 github.com/hashicorp/errwrap v1.1.0 // indirect
92 github.com/hashicorp/go-multierror v1.1.1 // indirect
93 github.com/huandu/xstrings v1.4.0 // indirect
94 github.com/imdario/mergo v0.3.16 // indirect
95 github.com/inconshreveable/mousetrap v1.1.0 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +040096 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +040097 github.com/jmoiron/sqlx v1.3.5 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +040098 github.com/josharian/intern v1.0.0 // indirect
99 github.com/json-iterator/go v1.1.12 // indirect
Giorgi Lekveishvili0ccd1482023-06-21 15:02:24 +0400100 github.com/kevinburke/ssh_config v1.2.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400101 github.com/klauspost/compress v1.17.7 // indirect
102 github.com/labstack/gommon v0.4.2 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400103 github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
104 github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +0400105 github.com/lib/pq v1.10.9 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400106 github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +0400107 github.com/mailru/easyjson v0.7.7 // indirect
Giorgi Lekveishvili7efe22f2023-05-30 13:01:53 +0400108 github.com/mattn/go-colorable v0.1.13 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400109 github.com/mattn/go-isatty v0.0.20 // indirect
110 github.com/mattn/go-runewidth v0.0.15 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400111 github.com/mitchellh/copystructure v1.2.0 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +0400112 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400113 github.com/mitchellh/reflectwalk v1.0.2 // indirect
114 github.com/moby/locker v1.0.1 // indirect
115 github.com/moby/spdystream v0.2.0 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +0400116 github.com/moby/term v0.5.0 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400117 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
118 github.com/modern-go/reflect2 v1.0.2 // indirect
119 github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400120 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400121 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400122 github.com/opencontainers/go-digest v1.0.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400123 github.com/opencontainers/image-spec v1.1.0 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400124 github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
Giorgi Lekveishvili0ccd1482023-06-21 15:02:24 +0400125 github.com/pjbgf/sha1cd v0.3.0 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400126 github.com/pkg/errors v0.9.1 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400127 github.com/prometheus/client_golang v1.19.0 // indirect
128 github.com/prometheus/client_model v0.6.1 // indirect
129 github.com/prometheus/common v0.52.2 // indirect
130 github.com/prometheus/procfs v0.13.0 // indirect
gio308105e2024-04-19 13:12:13 +0400131 github.com/protocolbuffers/txtpbfmt v0.0.0-20230328191034-3462fbc510c0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400132 github.com/rivo/uniseg v0.4.7 // indirect
gio308105e2024-04-19 13:12:13 +0400133 github.com/rogpeppe/go-internal v1.12.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400134 github.com/rubenv/sql-migrate v1.6.1 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +0400135 github.com/russross/blackfriday/v2 v2.1.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400136 github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +0400137 github.com/shopspring/decimal v1.3.1 // indirect
138 github.com/sirupsen/logrus v1.9.3 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400139 github.com/skeema/knownhosts v1.2.2 // indirect
140 github.com/spf13/cast v1.6.0 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400141 github.com/spf13/pflag v1.0.5 // indirect
Giorgi Lekveishvili7efe22f2023-05-30 13:01:53 +0400142 github.com/valyala/bytebufferpool v1.0.0 // indirect
143 github.com/valyala/fasttemplate v1.2.2 // indirect
Giorgi Lekveishvili0ccd1482023-06-21 15:02:24 +0400144 github.com/xanzy/ssh-agent v0.3.3 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +0400145 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400146 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
147 github.com/xeipuuv/gojsonschema v1.2.0 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +0400148 github.com/xlab/treeprint v1.2.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400149 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
150 go.opentelemetry.io/otel v1.24.0 // indirect
151 go.opentelemetry.io/otel/metric v1.24.0 // indirect
152 go.opentelemetry.io/otel/trace v1.24.0 // indirect
153 go.starlark.net v0.0.0-20240329153429-e6e8e7ce1b7a // indirect
154 golang.org/x/mod v0.16.0 // indirect
155 golang.org/x/net v0.23.0 // indirect
156 golang.org/x/oauth2 v0.18.0 // indirect
157 golang.org/x/sync v0.6.0 // indirect
158 golang.org/x/sys v0.18.0 // indirect
159 golang.org/x/term v0.18.0 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +0400160 golang.org/x/text v0.14.0 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400161 golang.org/x/time v0.5.0 // indirect
162 golang.org/x/tools v0.19.0 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +0400163 google.golang.org/appengine v1.6.8 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400164 google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
165 google.golang.org/grpc v1.63.0 // indirect
166 google.golang.org/protobuf v1.33.0 // indirect
167 gopkg.in/evanphx/json-patch.v5 v5.9.0 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400168 gopkg.in/inf.v0 v0.9.1 // indirect
169 gopkg.in/warnings.v0 v0.1.2 // indirect
170 gopkg.in/yaml.v2 v2.4.0 // indirect
Giorgi Lekveishvili7efe22f2023-05-30 13:01:53 +0400171 gopkg.in/yaml.v3 v3.0.1 // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400172 k8s.io/apiextensions-apiserver v0.29.3 // indirect
173 k8s.io/apiserver v0.29.3 // indirect
174 k8s.io/cli-runtime v0.29.3 // indirect
175 k8s.io/component-base v0.29.3 // indirect
176 k8s.io/klog/v2 v2.120.1 // indirect
177 k8s.io/kube-openapi v0.0.0-20240403164606-bc84c2ddaf99 // indirect
178 k8s.io/kubectl v0.29.3 // indirect
179 k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
180 oras.land/oras-go v1.2.5 // indirect
181 sigs.k8s.io/controller-runtime v0.17.2 // indirect
Giorgi Lekveishvili46743d42023-12-10 15:47:23 +0400182 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Giorgi Lekveishvilib59b7c22024-04-03 22:17:50 +0400183 sigs.k8s.io/kustomize/api v0.16.0 // indirect
184 sigs.k8s.io/kustomize/kyaml v0.16.0 // indirect
Giorgi Lekveishvili7c427602024-01-04 00:13:55 +0400185 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
Giorgi Lekveishvili23ef7f82023-05-26 11:57:48 +0400186)