unionj-cloud / go-doudou

go-doudou(doudou pronounce /dəudəu/)is OpenAPI 3.0 (for REST) spec and Protobuf v3 (for grpc) based lightweight microservice framework. It supports monolith service application as well.

Home Page:https://go-doudou.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

: ambiguous import: found package github.com/antlr/antlr4/runtime/Go/antlr in multiple modules:

eagle9527 opened this issue · comments

(base) [root@localhost go-doudou]# go get -v -u github.com/unionj-cloud/go-doudou/...@v0.7.2
github.com/unionj-cloud/go-doudou/timeutils imports
github.com/hyperjumptech/jiffy imports
github.com/antlr/antlr4/runtime/Go/antlr: ambiguous import: found package github.com/antlr/antlr4/runtime/Go/antlr in multiple modules:
github.com/antlr/antlr4 v0.0.0-20200124162019-2d7f727a00b7 (/root/go/pkg/mod/github.com/antlr/antlr4@v0.0.0-20200124162019-2d7f727a00b7/runtime/Go/antlr)
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210930093333-01de314d7883 (/root/go/pkg/mod/github.com/antlr/antlr4/runtime/!go/antlr@v0.0.0-20210930093333-01de314d7883)

@eagle9527 try go get -v -u github.com/unionj-cloud/go-doudou@v0.7.3. I have fixed README file, too. Thank you for your feedback.