-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
87 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,49 @@ | ||
module github.com/vearne/grpcreplay | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/Shopify/sarama v1.38.1 | ||
github.com/fullstorydev/grpcurl v1.8.7 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/google/gopacket v1.1.19 | ||
github.com/google/uuid v1.3.0 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 | ||
github.com/jhump/protoreflect v1.15.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/shirou/gopsutil/v3 v3.23.2 | ||
github.com/vearne/gtimer v0.0.0-20221017092933-916521a2b438 | ||
github.com/vearne/simplelog v0.0.1 | ||
golang.org/x/net v0.7.0 | ||
google.golang.org/grpc v1.53.0 | ||
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8 | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 | ||
) | ||
|
||
require ( | ||
github.com/bufbuild/protocompile v0.2.1-0.20230123224550-da57cd758c2f // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/eapache/go-resiliency v1.3.0 // indirect | ||
github.com/eapache/go-xerial-snappy v0.0.0-20230111030713-bf00bc1b83b6 // indirect | ||
github.com/eapache/queue v1.1.0 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-uuid v1.0.3 // indirect | ||
github.com/jcmturner/aescts/v2 v2.0.0 // indirect | ||
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect | ||
github.com/jcmturner/gofork v1.7.6 // indirect | ||
github.com/jcmturner/gokrb5/v8 v8.4.3 // indirect | ||
github.com/jcmturner/rpc/v2 v2.0.3 // indirect | ||
github.com/klauspost/compress v1.15.14 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.17 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect | ||
golang.org/x/sync v0.1.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-20230110181048-76db0878b65f // indirect | ||
) |
Oops, something went wrong.