| Giorgi Lekveishvili | b591eae | 2023-06-16 12:31:49 +0400 | [diff] [blame] | 1 | module github.com/giolekva/pcloud |
| 2 | |
| 3 | go 1.18 |
| 4 | |
| 5 | require ( |
| Giorgi Lekveishvili | cf5f0b1 | 2023-12-20 19:31:22 +0400 | [diff] [blame^] | 6 | github.com/Masterminds/sprig/v3 v3.2.3 |
| Giorgi Lekveishvili | b591eae | 2023-06-16 12:31:49 +0400 | [diff] [blame] | 7 | github.com/onsi/ginkgo v1.16.5 |
| 8 | github.com/onsi/gomega v1.18.1 |
| Giorgi Lekveishvili | cf5f0b1 | 2023-12-20 19:31:22 +0400 | [diff] [blame^] | 9 | k8s.io/api v0.24.2 |
| Giorgi Lekveishvili | b591eae | 2023-06-16 12:31:49 +0400 | [diff] [blame] | 10 | k8s.io/apimachinery v0.24.2 |
| 11 | k8s.io/client-go v0.24.2 |
| 12 | sigs.k8s.io/controller-runtime v0.12.2 |
| Giorgi Lekveishvili | cf5f0b1 | 2023-12-20 19:31:22 +0400 | [diff] [blame^] | 13 | sigs.k8s.io/yaml v1.3.0 |
| Giorgi Lekveishvili | b591eae | 2023-06-16 12:31:49 +0400 | [diff] [blame] | 14 | ) |
| 15 | |
| 16 | require ( |
| 17 | cloud.google.com/go v0.81.0 // indirect |
| 18 | github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
| 19 | github.com/Azure/go-autorest/autorest v0.11.18 // indirect |
| 20 | github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect |
| 21 | github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
| 22 | github.com/Azure/go-autorest/logger v0.2.1 // indirect |
| 23 | github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
| Giorgi Lekveishvili | cf5f0b1 | 2023-12-20 19:31:22 +0400 | [diff] [blame^] | 24 | github.com/Masterminds/goutils v1.1.1 // indirect |
| 25 | github.com/Masterminds/semver/v3 v3.2.0 // indirect |
| Giorgi Lekveishvili | b591eae | 2023-06-16 12:31:49 +0400 | [diff] [blame] | 26 | github.com/PuerkitoBio/purell v1.1.1 // indirect |
| 27 | github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect |
| 28 | github.com/beorn7/perks v1.0.1 // indirect |
| 29 | github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 30 | github.com/davecgh/go-spew v1.1.1 // indirect |
| 31 | github.com/emicklei/go-restful v2.9.5+incompatible // indirect |
| 32 | github.com/evanphx/json-patch v4.12.0+incompatible // indirect |
| 33 | github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect |
| 34 | github.com/fsnotify/fsnotify v1.5.1 // indirect |
| 35 | github.com/go-logr/logr v1.2.0 // indirect |
| 36 | github.com/go-logr/zapr v1.2.0 // indirect |
| 37 | github.com/go-openapi/jsonpointer v0.19.5 // indirect |
| 38 | github.com/go-openapi/jsonreference v0.19.5 // indirect |
| 39 | github.com/go-openapi/swag v0.19.14 // indirect |
| 40 | github.com/gogo/protobuf v1.3.2 // indirect |
| 41 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| 42 | github.com/golang/protobuf v1.5.2 // indirect |
| 43 | github.com/google/gnostic v0.5.7-v3refs // indirect |
| 44 | github.com/google/go-cmp v0.5.5 // indirect |
| 45 | github.com/google/gofuzz v1.1.0 // indirect |
| 46 | github.com/google/uuid v1.1.2 // indirect |
| Giorgi Lekveishvili | cf5f0b1 | 2023-12-20 19:31:22 +0400 | [diff] [blame^] | 47 | github.com/huandu/xstrings v1.3.3 // indirect |
| Giorgi Lekveishvili | b591eae | 2023-06-16 12:31:49 +0400 | [diff] [blame] | 48 | github.com/imdario/mergo v0.3.12 // indirect |
| 49 | github.com/josharian/intern v1.0.0 // indirect |
| 50 | github.com/json-iterator/go v1.1.12 // indirect |
| 51 | github.com/mailru/easyjson v0.7.6 // indirect |
| 52 | github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect |
| Giorgi Lekveishvili | cf5f0b1 | 2023-12-20 19:31:22 +0400 | [diff] [blame^] | 53 | github.com/mitchellh/copystructure v1.0.0 // indirect |
| 54 | github.com/mitchellh/reflectwalk v1.0.0 // indirect |
| Giorgi Lekveishvili | b591eae | 2023-06-16 12:31:49 +0400 | [diff] [blame] | 55 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 56 | github.com/modern-go/reflect2 v1.0.2 // indirect |
| 57 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 58 | github.com/nxadm/tail v1.4.8 // indirect |
| 59 | github.com/pkg/errors v0.9.1 // indirect |
| 60 | github.com/prometheus/client_golang v1.12.1 // indirect |
| 61 | github.com/prometheus/client_model v0.2.0 // indirect |
| 62 | github.com/prometheus/common v0.32.1 // indirect |
| 63 | github.com/prometheus/procfs v0.7.3 // indirect |
| Giorgi Lekveishvili | cf5f0b1 | 2023-12-20 19:31:22 +0400 | [diff] [blame^] | 64 | github.com/shopspring/decimal v1.2.0 // indirect |
| 65 | github.com/spf13/cast v1.3.1 // indirect |
| Giorgi Lekveishvili | b591eae | 2023-06-16 12:31:49 +0400 | [diff] [blame] | 66 | github.com/spf13/pflag v1.0.5 // indirect |
| 67 | go.uber.org/atomic v1.7.0 // indirect |
| 68 | go.uber.org/multierr v1.6.0 // indirect |
| 69 | go.uber.org/zap v1.19.1 // indirect |
| Giorgi Lekveishvili | cf5f0b1 | 2023-12-20 19:31:22 +0400 | [diff] [blame^] | 70 | golang.org/x/crypto v0.3.0 // indirect |
| 71 | golang.org/x/net v0.2.0 // indirect |
| Giorgi Lekveishvili | b591eae | 2023-06-16 12:31:49 +0400 | [diff] [blame] | 72 | golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect |
| Giorgi Lekveishvili | cf5f0b1 | 2023-12-20 19:31:22 +0400 | [diff] [blame^] | 73 | golang.org/x/sys v0.2.0 // indirect |
| 74 | golang.org/x/term v0.2.0 // indirect |
| 75 | golang.org/x/text v0.4.0 // indirect |
| Giorgi Lekveishvili | b591eae | 2023-06-16 12:31:49 +0400 | [diff] [blame] | 76 | golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect |
| 77 | gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect |
| 78 | google.golang.org/appengine v1.6.7 // indirect |
| 79 | google.golang.org/protobuf v1.27.1 // indirect |
| 80 | gopkg.in/inf.v0 v0.9.1 // indirect |
| 81 | gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect |
| 82 | gopkg.in/yaml.v2 v2.4.0 // indirect |
| 83 | gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
| Giorgi Lekveishvili | b591eae | 2023-06-16 12:31:49 +0400 | [diff] [blame] | 84 | k8s.io/apiextensions-apiserver v0.24.2 // indirect |
| 85 | k8s.io/component-base v0.24.2 // indirect |
| 86 | k8s.io/klog/v2 v2.60.1 // indirect |
| 87 | k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect |
| 88 | k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect |
| 89 | sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect |
| 90 | sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect |
| Giorgi Lekveishvili | b591eae | 2023-06-16 12:31:49 +0400 | [diff] [blame] | 91 | ) |