Skip to content

ambiguous import: found package github.com/ugorji/go/codec in multiple modules #201

@cn-hideyoshi

Description

@cn-hideyoshi

latest tag v0.6.1

$ go run main.go 
\go\pkg\mod\github.com\gin-gonic\g[email protected]\binding\msgpack.go:14:2: ambiguous import: found package github.com/ugorji/go/codec in multiple modules:
        github.com/ugorji/go v1.1.4 (\go\pkg\mod\github.com\ugorji\g[email protected]\codec)
        github.com/ugorji/go/codec v1.2.12 (\go\pkg\mod\github.com\ugorji\go\c[email protected])
$ go mod graph | grep ugorji/go
project/gateway github.com/ugorji/go/[email protected]
gorm.io/driver/[email protected] github.com/ugorji/[email protected]
gorm.io/driver/[email protected] github.com/ugorji/go/[email protected]
github.com/gin-gonic/[email protected] github.com/ugorji/go/[email protected]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions