Imports
- github.com/go-micro/plugins/v4/client/grpc
- github.com/go-micro/plugins/v4/config/encoder/toml
- github.com/go-micro/plugins/v4/registry/etcd
- github.com/go-micro/plugins/v4/server/grpc
- github.com/go-micro/plugins/v4/wrapper/breaker/hystrix
- github.com/go-micro/plugins/v4/wrapper/ratelimiter/ratelimit
- github.com/grpc-ecosystem/grpc-gateway/v2/runtime
- github.com/juju/ratelimit
- go-micro.dev/v4
- go-micro.dev/v4/client
- go-micro.dev/v4/config
- go-micro.dev/v4/config/reader
- go-micro.dev/v4/config/reader/json
- go-micro.dev/v4/config/source
- go-micro.dev/v4/config/source/file
- go-micro.dev/v4/registry
- go-micro.dev/v4/server
- go.uber.org/zap
- go.uber.org/zap/zapcore
- golang.org/x/time/rate
- google.golang.org/grpc
- google.golang.org/grpc/credentials/insecure
Imports in module “github.com/dapings/examples/go-programing-tour-2023/crawler”
- github.com/dapings/examples/go-programing-tour-2023/crawler/collect
- github.com/dapings/examples/go-programing-tour-2023/crawler/engine
- github.com/dapings/examples/go-programing-tour-2023/crawler/limiter
- github.com/dapings/examples/go-programing-tour-2023/crawler/log
- github.com/dapings/examples/go-programing-tour-2023/crawler/master
- github.com/dapings/examples/go-programing-tour-2023/crawler/protos/crawler
- github.com/dapings/examples/go-programing-tour-2023/crawler/protos/greeter
- github.com/dapings/examples/go-programing-tour-2023/crawler/proxy
- github.com/dapings/examples/go-programing-tour-2023/crawler/spider
- github.com/dapings/examples/go-programing-tour-2023/crawler/sqldb
- github.com/dapings/examples/go-programing-tour-2023/crawler/storage/sqlstorage