Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gpc nameing #25

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix gpc nameing #25

wants to merge 4 commits into from

Commits on May 3, 2021

  1. Update log.go

    gnuhub authored May 3, 2021
    Configuration menu
    Copy the full SHA
    02ab9ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from gnuhub/fix-sirupsen-logrus

    Update log.go
    gnuhub authored May 3, 2021
    Configuration menu
    Copy the full SHA
    1e23f51 View commit details
    Browse the repository at this point in the history
  3. fix google.golang.org/grpc/naming: module google.golang.org/grpc@late…

    …st found (v1.37.0), but does not contain package google.golang.org/grpc/naming
    
    ```
    go: finding module for package google.golang.org/grpc/naming
    github.com/yunify/metad/backends/etcdv3 imports
            github.com/coreos/etcd/clientv3 tested by
            github.com/coreos/etcd/clientv3.test imports
            github.com/coreos/etcd/integration imports
            github.com/coreos/etcd/proxy/grpcproxy imports
            google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.37.0), but does not contain package google.golang.org/grpc/naming
    
    ```
    gnuhub authored May 3, 2021
    Configuration menu
    Copy the full SHA
    72ff380 View commit details
    Browse the repository at this point in the history
  4. Update build

    gnuhub authored May 3, 2021
    Configuration menu
    Copy the full SHA
    a57aa32 View commit details
    Browse the repository at this point in the history