-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathgo.mod
29 lines (26 loc) · 1.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
module github.com/istio-ecosystem/wasm-extensions
go 1.17
require (
github.com/golang/protobuf v1.5.2
google.golang.org/grpc v1.52.3
google.golang.org/protobuf v1.28.1
istio.io/proxy v0.0.0-20230307210546-1aed48c51a1d
)
require (
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
github.com/cncf/xds/go v0.0.0-20221128185840-c261a164b73d // indirect
github.com/d4l3k/messagediff v1.2.2-0.20180726183240-b9e99b2f9263 // indirect
github.com/envoyproxy/go-control-plane v0.11.1-0.20230303230207-58bf12899b29 // indirect
github.com/envoyproxy/protoc-gen-validate v0.9.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.38.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)