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

adding autotls causes build to fail #14

Closed
g00nix opened this issue May 15, 2019 · 2 comments
Closed

adding autotls causes build to fail #14

g00nix opened this issue May 15, 2019 · 2 comments

Comments

@g00nix
Copy link

g00nix commented May 15, 2019

The moment I add autotls to gin gonic, I get this:

build asdasd: cannot load github.com/ugorji/go/codec: ambiguous import: found github.com/ugorji/go/codec in multiple modules:
	github.com/ugorji/go v1.1.4 (/home/gunix/.go/pkg/mod/github.com/ugorji/go@v1.1.4/codec)
	github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2 (/home/gunix/.go/pkg/mod/github.com/ugorji/go/codec@v0.0.0-20181209151446-772ced7fd4c2)

Seems to be the same issue as this one, however it appears only if I add github.com/gin-gonic/autotls to the project.

@dsseng
Copy link

dsseng commented Dec 7, 2019

This comment can help you: gin-gonic/gin#1673 (comment)

@g00nix
Copy link
Author

g00nix commented Dec 7, 2019

I am not actively using gin in any projects, as I found net/http actually has everything I need. I still consider gin gonic to be awesome, but I am going to close this ticket.

@g00nix g00nix closed this as completed Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants