Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Unable to install. Possible dependency issue #6

Closed
stigok opened this issue Nov 7, 2020 · 3 comments
Closed

Unable to install. Possible dependency issue #6

stigok opened this issue Nov 7, 2020 · 3 comments

Comments

@stigok
Copy link

stigok commented Nov 7, 2020

On my local computer go get ends with an error. Did not work for 2.1.2 either.

$ go get github.com/arsmn/fiber-swagger/v2
go: downloading github.com/arsmn/fiber-swagger/v2 v2.1.3
go: github.com/arsmn/fiber-swagger/v2 upgrade => v2.1.3
go get: github.com/arsmn/fiber-swagger/[email protected] requires
        github.com/swaggo/[email protected] requires
        github.com/swaggo/[email protected] requires
        github.com/ugorji/[email protected] requires
        github.com/ugorji/go/[email protected]: reading github.com/ugorji/go/codec/codec/go.mod at revision codec/v1.1.5-pre: unknown revision codec/v1.1.5-pre
$ go version
go version go1.15.3 linux/amd64
@stigok
Copy link
Author

stigok commented Nov 7, 2020

The issue seem to stem from swag

$ go get -u github.com/swaggo/swag/cmd/swag
go: found github.com/swaggo/swag/cmd/swag in github.com/swaggo/swag v1.6.9
go get: github.com/swaggo/[email protected] requires
        github.com/swaggo/[email protected] requires
        github.com/ugorji/[email protected] requires
        github.com/ugorji/go/[email protected]: reading github.com/ugorji/go/codec/codec/go.mod at revision codec/v1.1.5-pre: unknown revision codec/v1.1.5-pre

@stigok
Copy link
Author

stigok commented Nov 7, 2020

Problem described in swaggo/swag#826
Closing this, as it's not your issue :)

@stigok stigok closed this as completed Nov 7, 2020
@stigok
Copy link
Author

stigok commented Nov 10, 2020

A temporary workaround

$ go get github.com/swaggo/swag/cmd/swag@master

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant