-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (34 loc) · 1.45 KB
/
go.mod
File metadata and controls
37 lines (34 loc) · 1.45 KB
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
module github.com/dio/proxy
go 1.17
require (
github.com/alecthomas/kong v0.4.1
github.com/bazelbuild/bazelisk v1.11.0
github.com/codeclysm/extract v2.2.0+incompatible
github.com/envoyproxy/go-control-plane v0.10.2-0.20220304220146-52a61f1448c5
github.com/fsnotify/fsnotify v1.5.2-0.20220216014147-a83458b875bd
github.com/mitchellh/go-homedir v1.1.0
github.com/oklog/run v1.1.0
github.com/segmentio/ksuid v1.0.5-0.20220130044332-7e86c6a66267
github.com/stretchr/testify v1.7.0
github.com/ulikunitz/xz v0.5.10
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.27.1
sigs.k8s.io/yaml v1.3.0
)
require (
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/juju/errors v0.0.0-20220203013757-bd733f3c86b9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)