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