Skip to content

Commit

Permalink
remote vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
vearne committed Mar 1, 2023
1 parent 2b389ab commit e01e76e
Show file tree
Hide file tree
Showing 1,551 changed files with 7 additions and 561,750 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/golang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libpcap-dev
go mod vendor
go test -v ./
lint:
Expand All @@ -44,4 +45,4 @@ jobs:
run: |
apt-get update && apt-get install -y libpcap-dev
rm -rf example test
golangci-lint run --modules-download-mode=vendor
golangci-lint run --modules-download-mode=mod
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
.idea

# Dependency directories (remove the comment below to include it)
# vendor/
vendor/
grpcr

Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ linters:
- unused # Checks Go code for unused constants, variables, functions and types
- varcheck # Finds unused global variables and constants
- scopelint # Scopelint checks for unpinned variables in go programs
# - golint # Carry out the stylistic conventions put forth in Effective Go and CodeReviewComments
# - golint # Carry out the stylistic conventions put forth in Effective Go and CodeReviewComments

linters-settings:
govet: # 对于linter govet,我们手动开启了它的某些扫描规则
check-shadowing: true
enable-all: true
check-shadowing: true
disable:
- fieldalignment
44 changes: 0 additions & 44 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,47 +1,3 @@
module github.com/vearne/grpcreplay

go 1.18

require (
github.com/Shopify/sarama v1.36.0
github.com/fullstorydev/grpcurl v1.8.7
github.com/golang/protobuf v1.5.2
github.com/google/gopacket v1.1.20-0.20210429153827-3eaba0894325
github.com/google/uuid v1.3.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/jhump/protoreflect v1.12.0
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil/v3 v3.22.8
github.com/vearne/gtimer v0.0.0-20221017092933-916521a2b438
github.com/vearne/simplelog v0.0.1
golang.org/x/net v0.0.0-20220809184613-07c6da5e1ced
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

require (
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-20180814174437-776d5712da21 // 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.9 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // 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/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154 // indirect
)
31 changes: 0 additions & 31 deletions vendor/github.com/Shopify/sarama/.gitignore

This file was deleted.

88 changes: 0 additions & 88 deletions vendor/github.com/Shopify/sarama/.golangci.yml

This file was deleted.

Loading

0 comments on commit e01e76e

Please sign in to comment.