github.com/yandex/pandora@v0.5.32/go.mod (about) 1 module github.com/yandex/pandora 2 3 go 1.22.0 4 5 require ( 6 github.com/PaesslerAG/jsonpath v0.1.1 7 github.com/antchfx/htmlquery v1.3.2 8 github.com/antchfx/xpath v1.3.1 9 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 10 github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b 11 github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 12 github.com/facebookgo/stackerr v0.0.0-20150612192056-c2fcf88613f4 13 github.com/gofrs/uuid v4.2.0+incompatible 14 github.com/golang/protobuf v1.5.4 15 github.com/hashicorp/go-multierror v1.1.1 16 github.com/hashicorp/hcl/v2 v2.16.2 17 github.com/jhump/protoreflect v1.15.6 18 github.com/json-iterator/go v1.1.12 19 github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 20 github.com/pkg/errors v0.9.1 21 github.com/spf13/afero v1.11.0 22 github.com/spf13/viper v1.19.0 23 github.com/stretchr/testify v1.9.0 24 github.com/zclconf/go-cty v1.13.2 25 go.uber.org/atomic v1.11.0 26 go.uber.org/zap v1.27.0 27 golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 28 golang.org/x/net v0.28.0 29 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 30 google.golang.org/grpc v1.65.0 31 google.golang.org/protobuf v1.34.2 32 gopkg.in/bluesuncorp/validator.v9 v9.10.0 33 gopkg.in/yaml.v2 v2.4.0 34 ) 35 36 require ( 37 github.com/PaesslerAG/gval v1.2.1 // indirect 38 github.com/agext/levenshtein v1.2.3 // indirect 39 github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect 40 github.com/bufbuild/protocompile v0.9.0 // indirect 41 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect 42 github.com/fsnotify/fsnotify v1.7.0 // indirect 43 github.com/go-playground/locales v0.14.1 // indirect 44 github.com/go-playground/universal-translator v0.18.1 // indirect 45 github.com/go-test/deep v1.1.0 // indirect 46 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect 47 github.com/google/go-cmp v0.6.0 // indirect 48 github.com/hashicorp/errwrap v1.1.0 // indirect 49 github.com/hashicorp/hcl v1.0.0 // indirect 50 github.com/kylelemons/godebug v1.1.0 // indirect 51 github.com/magiconair/properties v1.8.7 // indirect 52 github.com/mitchellh/go-wordwrap v1.0.1 // indirect 53 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect 54 github.com/modern-go/reflect2 v1.0.2 // indirect 55 github.com/pelletier/go-toml/v2 v2.2.2 // indirect 56 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect 57 github.com/rogpeppe/go-internal v1.12.0 // indirect 58 github.com/sagikazarmark/locafero v0.4.0 // indirect 59 github.com/sagikazarmark/slog-shim v0.1.0 // indirect 60 github.com/sergi/go-diff v1.3.1 // indirect 61 github.com/shopspring/decimal v1.3.1 // indirect 62 github.com/sourcegraph/conc v0.3.0 // indirect 63 github.com/spf13/cast v1.6.0 // indirect 64 github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c // indirect 65 github.com/stretchr/objx v0.5.2 // indirect 66 github.com/subosito/gotenv v1.6.0 // indirect 67 go.uber.org/multierr v1.11.0 // indirect 68 golang.org/x/sys v0.24.0 // indirect 69 golang.org/x/text v0.17.0 // indirect 70 google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect 71 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect 72 gopkg.in/go-playground/assert.v1 v1.2.1 // indirect 73 gopkg.in/ini.v1 v1.67.0 // indirect 74 gopkg.in/yaml.v3 v3.0.1 // indirect 75 ) 76 77 replace github.com/insomniacslk/dhcp => github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 78 79 replace cloud.google.com/go/pubsub => cloud.google.com/go/pubsub v1.30.0 80 81 replace google.golang.org/grpc => google.golang.org/grpc v1.63.2 82 83 replace github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 84 85 replace go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc => go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 86 87 replace github.com/jackc/pgtype => github.com/jackc/pgtype v1.12.0 88 89 replace github.com/aws/aws-sdk-go => github.com/aws/aws-sdk-go v1.46.7 90 91 replace k8s.io/api => k8s.io/api v0.26.1 92 93 replace k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.26.1 94 95 replace k8s.io/apimachinery => k8s.io/apimachinery v0.26.1 96 97 replace k8s.io/apiserver => k8s.io/apiserver v0.26.1 98 99 replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.26.1 100 101 replace k8s.io/client-go => k8s.io/client-go v0.26.1 102 103 replace k8s.io/cloud-provider => k8s.io/cloud-provider v0.26.1 104 105 replace k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.26.1 106 107 replace k8s.io/code-generator => k8s.io/code-generator v0.26.1 108 109 replace k8s.io/component-base => k8s.io/component-base v0.26.1 110 111 replace k8s.io/cri-api => k8s.io/cri-api v0.23.5 112 113 replace k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.26.1 114 115 replace k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.26.1 116 117 replace k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.26.1 118 119 replace k8s.io/kube-proxy => k8s.io/kube-proxy v0.26.1 120 121 replace k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.26.1 122 123 replace k8s.io/kubelet => k8s.io/kubelet v0.26.1 124 125 replace k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.26.1 126 127 replace k8s.io/mount-utils => k8s.io/mount-utils v0.26.2-rc.0 128 129 replace k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.26.1 130 131 replace k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.26.1 132 133 replace github.com/temporalio/features => github.com/temporalio/features v0.0.0-20231218231852-27c681667dae 134 135 replace github.com/temporalio/features/features => github.com/temporalio/features/features v0.0.0-20231218231852-27c681667dae 136 137 replace github.com/temporalio/features/harness/go => github.com/temporalio/features/harness/go v0.0.0-20231218231852-27c681667dae 138 139 replace github.com/temporalio/omes => github.com/temporalio/omes v0.0.0-20240429210145-5fa5c107b7a8 140 141 replace github.com/goccy/go-yaml => github.com/goccy/go-yaml v1.9.5 142 143 replace github.com/aleroyer/rsyslog_exporter => github.com/prometheus-community/rsyslog_exporter v1.1.0 144 145 replace github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.18.0 146 147 replace github.com/prometheus/client_model => github.com/prometheus/client_model v0.5.0 148 149 replace github.com/prometheus/common => github.com/prometheus/common v0.46.0 150 151 replace github.com/distribution/reference => github.com/distribution/reference v0.5.0