-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.06 KB
/
go.mod
File metadata and controls
32 lines (29 loc) · 1.06 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
module github.com/layer5io/nighthawk-go
go 1.19
require (
fortio.org/fortio v1.60.2
github.com/envoyproxy/go-control-plane v0.11.1
github.com/envoyproxy/protoc-gen-validate v1.0.2
github.com/golang/protobuf v1.5.3
github.com/layer5io/meshkit v0.5.32
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
google.golang.org/genproto/googleapis/rpc v0.0.0-20230913181813-007df8e322eb
google.golang.org/grpc v1.58.2
google.golang.org/protobuf v1.31.0
)
require (
cuelang.org/go v0.4.3 // indirect
fortio.org/log v1.11.0 // indirect
fortio.org/sets v1.0.3 // indirect
fortio.org/version v1.0.3 // indirect
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect
github.com/cockroachdb/apd/v2 v2.0.1 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)