| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 1 | module github.com/giolekva/pcloud/core/installer |
| 2 | |
| gio | 3af4394 | 2024-04-16 08:13:50 +0400 | [diff] [blame] | 3 | replace github.com/giolekva/pcloud/installer => /Users/lekva/dev/src/pcloud/core/installer |
| 4 | |
| gio | f884341 | 2024-05-22 16:38:05 +0400 | [diff] [blame] | 5 | go 1.22.0 |
| 6 | |
| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 7 | require ( |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 8 | cuelang.org/go v0.8.1 |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 9 | github.com/Masterminds/sprig/v3 v3.2.3 |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 10 | github.com/cenkalti/backoff/v4 v4.3.0 |
| Giorgi Lekveishvili | a1e7790 | 2023-11-06 14:48:27 +0400 | [diff] [blame] | 11 | github.com/charmbracelet/keygen v0.5.0 |
| gio | f884341 | 2024-05-22 16:38:05 +0400 | [diff] [blame] | 12 | github.com/fluxcd/helm-controller/api v1.0.1 |
| Giorgi Lekveishvili | a1e7790 | 2023-11-06 14:48:27 +0400 | [diff] [blame] | 13 | github.com/go-git/go-billy/v5 v5.5.0 |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 14 | github.com/go-git/go-git/v5 v5.12.0 |
| Giorgi Lekveishvili | ab7ff6e | 2024-03-29 13:11:30 +0400 | [diff] [blame] | 15 | github.com/gomarkdown/markdown v0.0.0-20240328165702-4d01890c35c0 |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 16 | github.com/gorilla/mux v1.8.1 |
| gio | 81246f0 | 2024-07-10 12:02:15 +0400 | [diff] [blame] | 17 | github.com/gorilla/securecookie v1.1.2 |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 18 | github.com/libdns/gandi v1.0.3 |
| 19 | github.com/libdns/libdns v0.2.2 |
| 20 | github.com/miekg/dns v1.1.58 |
| gio | a60f0de | 2024-07-08 10:49:48 +0400 | [diff] [blame] | 21 | github.com/ncruces/go-sqlite3 v0.17.0 |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 22 | github.com/spf13/cobra v1.8.0 |
| gio | a60f0de | 2024-07-08 10:49:48 +0400 | [diff] [blame] | 23 | golang.org/x/crypto v0.24.0 |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 24 | golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 |
| 25 | helm.sh/helm/v3 v3.14.3 |
| gio | f884341 | 2024-05-22 16:38:05 +0400 | [diff] [blame] | 26 | k8s.io/api v0.30.0 |
| 27 | k8s.io/apimachinery v0.30.0 |
| 28 | k8s.io/client-go v0.30.0 |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 29 | sigs.k8s.io/yaml v1.4.0 |
| giolekva | 050609f | 2021-12-29 15:51:40 +0400 | [diff] [blame] | 30 | ) |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 31 | |
| 32 | require ( |
| gio | 308105e | 2024-04-19 13:12:13 +0400 | [diff] [blame] | 33 | cuelabs.dev/go/oci/ociregistry v0.0.0-20240314152124-224736b49f2e // indirect |
| Giorgi Lekveishvili | a1e7790 | 2023-11-06 14:48:27 +0400 | [diff] [blame] | 34 | dario.cat/mergo v1.0.0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 35 | github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 36 | github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 37 | github.com/BurntSushi/toml v1.3.2 // indirect |
| 38 | github.com/MakeNowJust/heredoc v1.0.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 39 | github.com/Masterminds/goutils v1.1.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 40 | github.com/Masterminds/semver/v3 v3.2.1 // indirect |
| 41 | github.com/Masterminds/squirrel v1.5.4 // indirect |
| Giorgi Lekveishvili | a1e7790 | 2023-11-06 14:48:27 +0400 | [diff] [blame] | 42 | github.com/Microsoft/go-winio v0.6.1 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 43 | github.com/Microsoft/hcsshim v0.12.2 // indirect |
| 44 | github.com/ProtonMail/go-crypto v1.0.0 // indirect |
| 45 | github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 46 | github.com/beorn7/perks v1.0.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 47 | github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 48 | github.com/chai2010/gettext-go v1.0.2 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 49 | github.com/cloudflare/circl v1.3.7 // indirect |
| Giorgi Lekveishvili | 7c42760 | 2024-01-04 00:13:55 +0400 | [diff] [blame] | 50 | github.com/cockroachdb/apd/v3 v3.2.1 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 51 | github.com/containerd/containerd v1.7.14 // indirect |
| 52 | github.com/containerd/log v0.1.0 // indirect |
| Giorgi Lekveishvili | a1e7790 | 2023-11-06 14:48:27 +0400 | [diff] [blame] | 53 | github.com/cyphar/filepath-securejoin v0.2.4 // indirect |
| Giorgi Lekveishvili | cd9e42c | 2023-12-13 09:49:44 +0400 | [diff] [blame] | 54 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 55 | github.com/distribution/reference v0.6.0 // indirect |
| 56 | github.com/docker/cli v26.0.0+incompatible // indirect |
| 57 | github.com/docker/distribution v2.8.3+incompatible // indirect |
| 58 | github.com/docker/docker v26.0.0+incompatible // indirect |
| 59 | github.com/docker/docker-credential-helpers v0.8.1 // indirect |
| 60 | github.com/docker/go-connections v0.5.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 61 | github.com/docker/go-metrics v0.0.1 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 62 | github.com/emicklei/go-restful/v3 v3.12.0 // indirect |
| gio | 308105e | 2024-04-19 13:12:13 +0400 | [diff] [blame] | 63 | github.com/emicklei/proto v1.10.0 // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 64 | github.com/emirpasic/gods v1.18.1 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 65 | github.com/evanphx/json-patch v5.9.0+incompatible // indirect |
| 66 | github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect |
| 67 | github.com/fatih/color v1.16.0 // indirect |
| 68 | github.com/felixge/httpsnoop v1.0.4 // indirect |
| gio | f884341 | 2024-05-22 16:38:05 +0400 | [diff] [blame] | 69 | github.com/fluxcd/pkg/apis/kustomize v1.5.0 // indirect |
| 70 | github.com/fluxcd/pkg/apis/meta v1.5.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 71 | github.com/go-errors/errors v1.5.1 // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 72 | github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 73 | github.com/go-gorp/gorp/v3 v3.1.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 74 | github.com/go-logr/logr v1.4.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 75 | github.com/go-logr/stdr v1.2.2 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 76 | github.com/go-openapi/jsonpointer v0.21.0 // indirect |
| 77 | github.com/go-openapi/jsonreference v0.21.0 // indirect |
| 78 | github.com/go-openapi/swag v0.23.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 79 | github.com/gobwas/glob v0.2.3 // indirect |
| 80 | github.com/gogo/protobuf v1.3.2 // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 81 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 82 | github.com/golang/protobuf v1.5.4 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 83 | github.com/google/btree v1.1.2 // indirect |
| 84 | github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect |
| 85 | github.com/google/go-cmp v0.6.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 86 | github.com/google/gofuzz v1.2.0 // indirect |
| 87 | github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 88 | github.com/google/uuid v1.6.0 // indirect |
| 89 | github.com/gorilla/websocket v1.5.1 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 90 | github.com/gosuri/uitable v0.0.4 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 91 | github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 92 | github.com/hashicorp/errwrap v1.1.0 // indirect |
| 93 | github.com/hashicorp/go-multierror v1.1.1 // indirect |
| 94 | github.com/huandu/xstrings v1.4.0 // indirect |
| 95 | github.com/imdario/mergo v0.3.16 // indirect |
| 96 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 97 | github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 98 | github.com/jmoiron/sqlx v1.3.5 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 99 | github.com/josharian/intern v1.0.0 // indirect |
| 100 | github.com/json-iterator/go v1.1.12 // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 101 | github.com/kevinburke/ssh_config v1.2.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 102 | github.com/klauspost/compress v1.17.7 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 103 | github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect |
| 104 | github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 105 | github.com/lib/pq v1.10.9 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 106 | github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 107 | github.com/mailru/easyjson v0.7.7 // indirect |
| Giorgi Lekveishvili | 7efe22f | 2023-05-30 13:01:53 +0400 | [diff] [blame] | 108 | github.com/mattn/go-colorable v0.1.13 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 109 | github.com/mattn/go-isatty v0.0.20 // indirect |
| 110 | github.com/mattn/go-runewidth v0.0.15 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 111 | github.com/mitchellh/copystructure v1.2.0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 112 | github.com/mitchellh/go-wordwrap v1.0.1 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 113 | 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 Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 116 | github.com/moby/term v0.5.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 117 | 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 Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 120 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 121 | github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect |
| gio | a60f0de | 2024-07-08 10:49:48 +0400 | [diff] [blame] | 122 | github.com/ncruces/julianday v1.0.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 123 | github.com/opencontainers/go-digest v1.0.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 124 | github.com/opencontainers/image-spec v1.1.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 125 | github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 126 | github.com/pjbgf/sha1cd v0.3.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 127 | github.com/pkg/errors v0.9.1 // indirect |
| gio | e72b54f | 2024-04-22 10:44:41 +0400 | [diff] [blame] | 128 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 129 | github.com/prometheus/client_golang v1.19.0 // indirect |
| 130 | github.com/prometheus/client_model v0.6.1 // indirect |
| 131 | github.com/prometheus/common v0.52.2 // indirect |
| 132 | github.com/prometheus/procfs v0.13.0 // indirect |
| gio | 308105e | 2024-04-19 13:12:13 +0400 | [diff] [blame] | 133 | github.com/protocolbuffers/txtpbfmt v0.0.0-20230328191034-3462fbc510c0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 134 | github.com/rivo/uniseg v0.4.7 // indirect |
| gio | 308105e | 2024-04-19 13:12:13 +0400 | [diff] [blame] | 135 | github.com/rogpeppe/go-internal v1.12.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 136 | github.com/rubenv/sql-migrate v1.6.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 137 | github.com/russross/blackfriday/v2 v2.1.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 138 | github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect |
| Davit Tabidze | 207ce08 | 2024-04-09 19:15:25 +0400 | [diff] [blame] | 139 | github.com/shopspring/decimal v1.4.0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 140 | github.com/sirupsen/logrus v1.9.3 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 141 | github.com/skeema/knownhosts v1.2.2 // indirect |
| 142 | github.com/spf13/cast v1.6.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 143 | github.com/spf13/pflag v1.0.5 // indirect |
| gio | a60f0de | 2024-07-08 10:49:48 +0400 | [diff] [blame] | 144 | github.com/tetratelabs/wazero v1.7.3 // indirect |
| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame] | 145 | github.com/xanzy/ssh-agent v0.3.3 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 146 | github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 147 | github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect |
| 148 | github.com/xeipuuv/gojsonschema v1.2.0 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 149 | github.com/xlab/treeprint v1.2.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 150 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect |
| 151 | go.opentelemetry.io/otel v1.24.0 // indirect |
| 152 | go.opentelemetry.io/otel/metric v1.24.0 // indirect |
| 153 | go.opentelemetry.io/otel/trace v1.24.0 // indirect |
| 154 | go.starlark.net v0.0.0-20240329153429-e6e8e7ce1b7a // indirect |
| gio | a60f0de | 2024-07-08 10:49:48 +0400 | [diff] [blame] | 155 | golang.org/x/mod v0.17.0 // indirect |
| 156 | golang.org/x/net v0.25.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 157 | golang.org/x/oauth2 v0.18.0 // indirect |
| gio | a60f0de | 2024-07-08 10:49:48 +0400 | [diff] [blame] | 158 | golang.org/x/sync v0.7.0 // indirect |
| 159 | golang.org/x/sys v0.22.0 // indirect |
| 160 | golang.org/x/term v0.21.0 // indirect |
| 161 | golang.org/x/text v0.16.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 162 | golang.org/x/time v0.5.0 // indirect |
| gio | a60f0de | 2024-07-08 10:49:48 +0400 | [diff] [blame] | 163 | golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 164 | google.golang.org/appengine v1.6.8 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 165 | google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect |
| 166 | google.golang.org/grpc v1.63.0 // indirect |
| 167 | google.golang.org/protobuf v1.33.0 // indirect |
| 168 | gopkg.in/evanphx/json-patch.v5 v5.9.0 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 169 | gopkg.in/inf.v0 v0.9.1 // indirect |
| 170 | gopkg.in/warnings.v0 v0.1.2 // indirect |
| 171 | gopkg.in/yaml.v2 v2.4.0 // indirect |
| Giorgi Lekveishvili | 7efe22f | 2023-05-30 13:01:53 +0400 | [diff] [blame] | 172 | gopkg.in/yaml.v3 v3.0.1 // indirect |
| gio | f884341 | 2024-05-22 16:38:05 +0400 | [diff] [blame] | 173 | k8s.io/apiextensions-apiserver v0.30.0 // indirect |
| 174 | k8s.io/apiserver v0.30.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 175 | k8s.io/cli-runtime v0.29.3 // indirect |
| gio | f884341 | 2024-05-22 16:38:05 +0400 | [diff] [blame] | 176 | k8s.io/component-base v0.30.0 // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 177 | k8s.io/klog/v2 v2.120.1 // indirect |
| 178 | k8s.io/kube-openapi v0.0.0-20240403164606-bc84c2ddaf99 // indirect |
| 179 | k8s.io/kubectl v0.29.3 // indirect |
| 180 | k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect |
| 181 | oras.land/oras-go v1.2.5 // indirect |
| gio | f884341 | 2024-05-22 16:38:05 +0400 | [diff] [blame] | 182 | sigs.k8s.io/controller-runtime v0.18.1 // indirect |
| Giorgi Lekveishvili | 46743d4 | 2023-12-10 15:47:23 +0400 | [diff] [blame] | 183 | sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
| Giorgi Lekveishvili | b59b7c2 | 2024-04-03 22:17:50 +0400 | [diff] [blame] | 184 | sigs.k8s.io/kustomize/api v0.16.0 // indirect |
| 185 | sigs.k8s.io/kustomize/kyaml v0.16.0 // indirect |
| Giorgi Lekveishvili | 7c42760 | 2024-01-04 00:13:55 +0400 | [diff] [blame] | 186 | sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
| Giorgi Lekveishvili | 23ef7f8 | 2023-05-26 11:57:48 +0400 | [diff] [blame] | 187 | ) |